Trait unidok_to_html::ToHtml[][src]

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

Required methods

Implementations on Foreign Types

Implementors