HtmlFormatRef

Trait HtmlFormatRef 

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

Required Methods§

Source

fn to_html(&'e self) -> Html

Implementors§

Source§

impl<'e, T: HtmlFormat<'e>> HtmlFormatRef<'e, T> for T