Derive Macro HasHtmlAttributes

Source
#[derive(HasHtmlAttributes)]
{
    // Attributes available to this derive:
    #[htmlattr]
    #[htmlelem]
}
Expand description

Implements the HasHtmlAttributes trait for the given struct