Trait otter::prelude::HtmlFormatRef[][src]

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

Required methods

Implementors