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