pub trait FormatArgument {
type Details: 'static + Copy;
}Expand description
Type that can be formatted. Implemented for standard integer types, &str and char.
Required Associated Types§
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.