#[derive(HasHtmlAttributes)]
{
// Attributes available to this derive:
#[htmlattr]
#[htmlelem]
}
Expand description
Implements the HasHtmlAttributes trait for the given struct
#[derive(HasHtmlAttributes)]
{
// Attributes available to this derive:
#[htmlattr]
#[htmlelem]
}
Implements the HasHtmlAttributes trait for the given struct