You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would enable people to use the generated Structs with other libraries such as Diesel that require us to use #[derive] macros on Structs that have complicated trait implementations and others such as Default
The text was updated successfully, but these errors were encountered:
AdamLeyshon
changed the title
Rust: Allow specifying of Custom uses and Derives
Rust: Allow specifying of Custom use in header and #[derives] on Structs
Jul 12, 2021
This would enable people to use the generated Structs with other libraries such as
Diesel
that require us to use#[derive]
macros on Structs that have complicated trait implementations and others such asDefault
Example:
The text was updated successfully, but these errors were encountered: