Derive Macro attribute_derive::FromAttr

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