pub trait HtmlFormatRef<'e, T> where
    T: HtmlFormat<'e>, 
{ fn to_html(&'e self) -> Html; }

Required Methods

Implementors