[−][src]Trait html_minifier::HTMLWriter
Implement this trait to build a HTML writer.
Implement this trait to build a HTML writer.
fn push(&mut self, e: u8) -> Result<(), HTMLMinifierError>fn push_bytes(&mut self, bytes: &[u8]) -> Result<(), HTMLMinifierError>impl<W: Write> HTMLWriter for W[src]fn push(&mut self, e: u8) -> Result<(), HTMLMinifierError>[src]fn push_bytes(&mut self, bytes: &[u8]) -> Result<(), HTMLMinifierError>[src]