Trait compile_fmt::MaxLength
source · pub trait MaxLength {
const MAX_LENGTH: StrLength;
}
Expand description
Type that has a known upper boundary for the formatted length.
Required Associated Constants§
sourceconst MAX_LENGTH: StrLength
const MAX_LENGTH: StrLength
Upper boundary for the formatted length in bytes and chars.