From: Matt Corallo Date: Fri, 24 Jun 2022 01:15:53 +0000 (+0000) Subject: Move code to map aliased types into a virtual impl block into a helper X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=7d9885bea34707e0bbcaa28138c44dedbdd5666b;hp=7d9885bea34707e0bbcaa28138c44dedbdd5666b;p=ldk-c-bindings Move code to map aliased types into a virtual impl block into a helper This will allow us to create virtual impl blocks during the early code passes before we go to do the full conversion pass. ---