pub trait HTMLify {
    fn htmlify(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors