From: Matt Corallo Date: Mon, 23 Oct 2023 23:45:03 +0000 (+0000) Subject: Support trait impls on enums X-Git-Tag: v0.0.118.0^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1ec49fac7433e5b8693c3858a3e25998bc888eeb;hp=1ec49fac7433e5b8693c3858a3e25998bc888eeb;p=ldk-c-bindings Support trait impls on enums Previously we'd only generate correct code for trait impls on structs, but there's no reason for that restriction. Here we also implement it on enums. ---