pub trait CustomFormat {
    fn fmt(&self, f: &mut Formatter<'_>, spec: &str) -> Result;
}
Expand description

Trait for custom formatting

Required Methods

Implementors