pub trait WriteHTML {
    fn write_html<Wr: Write>(&self, wr: &mut Wr);
}

Required Methods

Implementations on Foreign Types

Implementors