From: Matt Corallo Date: Sun, 30 Jul 2023 03:36:56 +0000 (+0000) Subject: Include a `struct` before trait return fields X-Git-Tag: v0.0.116.0^2~4 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=sidebyside;h=5ed40760d7e99198848633f5ea3dbb60871591e7;hp=5ed40760d7e99198848633f5ea3dbb60871591e7;p=ldk-c-bindings Include a `struct` before trait return fields EIther `struct Type` or `Type` work fine because of our type declarations, but cbindgen uses `struct Type` everywhere so its easiest if we match it, especially for downstream code. ---