pub trait Formattable: Debug + Clone + Copy + PartialEq<Self> + PartialOrd<Self> { const FORMAT: Format; }