Function element_to_html

Source
pub fn element_to_html(
    f: &mut dyn Write,
    container: &Container,
    tag_renderer: &dyn HtmlTagRenderer,
    is_flex_child: bool,
) -> Result<(), Error>
Expand description

ยงErrors

  • If there were any IO errors writing the element as HTML