Crate quoth_macros

source ·

Derive Macros§

  • Derives Display and FromStr based on the the parse() and unparse() implementations of Parsable for this type, respectively.
  • Automatically derives Spanned for the annotated type. This will work as long as there is some struct field of type Span.