Trait bart::DisplayHtmlSafe
[−]
[src]
pub trait DisplayHtmlSafe {
fn safe_fmt(&self, &mut Formatter) -> Result;
}
Required Methods
Implementors
impl<T: Display> DisplayHtmlSafe for T