Trait compile_fmt::FormatArgument
source · pub trait FormatArgument {
type Details: 'static + Copy;
}
Expand description
Type that can be formatted. Implemented for standard integer types, &str
and char
.
pub trait FormatArgument {
type Details: 'static + Copy;
}
Type that can be formatted. Implemented for standard integer types, &str
and char
.