Trait otter_base::html::HtmlFormat[][src]

pub trait HtmlFormat<'e> {
    type Encoded: Display;
    fn html_format<'f: 'e>(&'f self) -> Self::Encoded;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors