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