attribute_derive_macro

Derive Macro Attribute

Source
#[derive(Attribute)]
{
    // Attributes available to this derive:
    #[attribute]
    #[attr]
    #[from_attr]
}
👎Deprecated: use FromAttr instead