pub trait NumBufferTrait {
const BUF_SIZE: usize;
}
🔬This is a nightly-only experimental API. (
int_format_into
#138215)Available on non-crate feature
ferrocene_certified
only.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", so this trait is not object safe.