Function render_html

Source
pub fn render_html<W>(
    document: &Document,
    stream: W,
    standalone: bool,
) -> Result<(), Error>
where W: Write,
Expand description

Render document as HTML

§Errors

Returns error if serialization fails