pub trait NumBufferTrait {
const BUF_SIZE: usize;
}๐ฌThis is a nightly-only experimental API. (
fmt_internals)Expand description
Trait used to describe the maximum number of digits in decimal base of the implemented integer.
Required Associated Constantsยง
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".