Trait write_html::AttributeValue 
source · pub trait AttributeValue {
    // Required method
    fn write_attribute_value(self, w: &mut impl Write) -> Result;
    // Provided method
    fn is_unit(&self) -> bool { ... }
}Expand description
Represents a value of an attribute.