pub trait AsHtml {
    fn as_html(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors