Trait write_html::Html 
source · pub trait Html {
    // Required method
    fn write_html(self, env: &mut impl HtmlEnv) -> Result;
    // Provided method
    fn is_unit(&self) -> bool { ... }
}Expand description
Represents a content that can be written to a Write as HTML.