Expand description
Derive Macros§
- Parse
Attrs - Deriving of
synthez::ParseAttrs
along with asyn::parse::Parse
implementation to parsesyn::Attribute
s into a custom defined struct. - ToTokens
- Deriving of a
quote::ToTokens
implementation.
synthez::ParseAttrs
along with a syn::parse::Parse
implementation to parse syn::Attribute
s into a custom defined struct.quote::ToTokens
implementation.