Trait write_html::Attributes 
source · pub trait Attributes {
    // Required method
    fn write_attributes<'a, 't, W: Write>(
        self,
        w: &mut TagOpening<'a, 't, W>
    ) -> Result;
}Expand description
Represents a list of attributes.