From: Matt Corallo Date: Thu, 27 Oct 2022 00:15:31 +0000 (+0000) Subject: (Partially) support supertraits with generic bounds X-Git-Tag: v0.0.112.0^2~6 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=50af954e76be66d0a1a4e3ba210bd849c4780b8d;hp=50af954e76be66d0a1a4e3ba210bd849c4780b8d;p=ldk-c-bindings (Partially) support supertraits with generic bounds If we extend a supertrait where the supertrait is generic, we will ultimately need to genericize the supertrait into a derived object. This doesn't implement that part, but it does implement the subtrait-writing code to make it compatible with such a future. ---