Include a `struct` before trait return fields
authorMatt Corallo <git@bluematt.me>
Sun, 30 Jul 2023 03:36:56 +0000 (03:36 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 30 Jul 2023 03:57:15 +0000 (03:57 +0000)
commit5ed40760d7e99198848633f5ea3dbb60871591e7
tree1cbe7c778f37dfb21c2667c8550ccd7871f569d3
parent3e06be96893dc608b6de44f2041869873b56e41d
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.
genbindings.sh