Skip to main content

NumBufferTrait

Trait NumBufferTrait 

Source
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ยง

Source

const BUF_SIZE: usize

๐Ÿ”ฌThis is a nightly-only experimental API. (fmt_internals)

Maximum number of digits in decimal base of the implemented integer.

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementorsยง