Trait html_node::typed::TypedAttributes
source · pub trait TypedAttributes: Default {
// Required method
fn into_attributes(self) -> Vec<(String, Option<String>), Global>;
}
Available on crate feature
typed
only.Expand description
A typed set of HTML attributes.