Function compile_fmt::fmt
source · pub const fn fmt<T>() -> Fmt<T>where
T: FormatArgument<Details = ()> + MaxLength,
Expand description
Creates a default format for a type that has known bounded formatting width.
pub const fn fmt<T>() -> Fmt<T>where
T: FormatArgument<Details = ()> + MaxLength,
Creates a default format for a type that has known bounded formatting width.