From: Matt Corallo Date: Wed, 22 Sep 2021 18:39:46 +0000 (+0000) Subject: Correct printing generic methods in traits X-Git-Tag: v0.0.101.1~1^2~16 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=bf77ececa4ed93dd954c13d59ad2c14f10710586;hp=bf77ececa4ed93dd954c13d59ad2c14f10710586;p=ldk-c-bindings Correct printing generic methods in traits If a trait method is generic (and not the object itself), we previously would print the concrete resolved types in the `impl nativeTrait for TraitStruct` block instead of the generic names, leading to compilation failures. ---