-
Is there an option to have Bindgen generate a |
Beta Was this translation helpful? Give feedback.
Answered by pvdrz Mar 24, 2023
Replies: 1 comment 3 replies
-
You can use the Edit: Does this solve your issue @wmmc88? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by pvdrz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can use the
derive_default
method or the--with-derive-default
flag to deriveDefault
for every type when possible.Edit: Does this solve your issue @wmmc88?