#[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