Trait anychain_core::format::Format
source · pub trait Format: Clone + Debug + Display + Send + Sync + 'static + Eq + Ord + Sized + Hash { }
Expand description
The interface for a generic format.
Object Safety§
This trait is not object safe.