Derive Macro attribute_derive_macro::Attribute
source ยท #[derive(Attribute)]
{
// Attributes available to this derive:
#[attribute]
#[attr]
#[from_attr]
}
๐Deprecated: use
FromAttr
instead#[derive(Attribute)]
{
// Attributes available to this derive:
#[attribute]
#[attr]
#[from_attr]
}
FromAttr
instead