Crate extruct_macros

source ·

Attribute Macros§

  • An attribute macro implements the std::convert::From trait for an annotated non-generic named struct using a “superstruct” specified as the attribute parameter as a source type.

Derive Macros§

  • A derive macro implements the Fields trait for a struct.