Derive Macro FromAttr
#[derive(FromAttr)]
{
// Attributes available to this derive:
#[attribute]
#[attr]
#[from_attr]
}
#[derive(FromAttr)]
{
// Attributes available to this derive:
#[attribute]
#[attr]
#[from_attr]
}