Expand description
Custom #[derive] proc-macros for Parsel.
See the documentation of the main crate for more info.
Derive Macrosยง
- Display
- Implements the
core::fmt::Displaytrait for the annotated type by forwarding to itsToTokensimplementation. - FromStr
- Implements the
core::str::FromStrtrait for the annotated type by forwarding to itsParseimplementation. - Parse
- Implements the
syn::parse::Parsetrait for the annotated type. - ToTokens
- Implements the
quote::ToTokenstrait for the annotated type.