pub trait Formattable { fn format(&self, formatter: &mut Formatter<'_>, _: Nesting) -> Result; }
Represents a value that can be formatted for HTML.
Writes formatted value to the formatter.