Trait otter_api_tests::HtmlFormatRef[]

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

Required methods

pub fn to_html(&'e self) -> Html

Loading content...

Implementors

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

Loading content...