ToHtml

Trait ToHtml 

Source
pub trait ToHtml {
    // Required method
    fn to_html(&self, buf: &mut String, within_inline: bool);
}

Required Methods§

Source

fn to_html(&self, buf: &mut String, within_inline: bool)

Implementations on Foreign Types§

Source§

impl ToHtml for [Node<'_>]

Source§

fn to_html(&self, buf: &mut String, within_inline: bool)

Implementors§

Source§

impl ToHtml for Node<'_>

Source§

impl ToHtml for Element<'_>