Trait otter::prelude::HtmlFormat[][src]

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

Associated Types

Required methods

Implementations on Foreign Types

Implementors