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