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)
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.


No differences found