Trait bart::DisplayHtmlSafe [] [src]

pub trait DisplayHtmlSafe {
    fn safe_fmt(&self, _: &mut Formatter) -> Result;
}

Required Methods

Implementors