Trait unidok_to_html::ToHtml[][src]

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

Required methods

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

Implementations on Foreign Types

impl ToHtml for [Node<'_>][src]

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

Implementors

impl ToHtml for Node<'_>[src]

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

impl ToHtml for Element<'_>[src]

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