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