Trait otter_api_tests::HtmlFormatRef[]

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

Required methods

Implementors