pub trait Format: Clone + Debug + Display + Send + Sync + 'static + Eq + Ord + Sized + Hash { }
The interface for a generic format.