pub trait Formattable: Sealed { }Available on crate feature
formatting only.Expand description
A type that describes a format.
Implementors of Formattable are format descriptions.
To format a value into a String, use the format method on the respective type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.