pub trait Integer: Sealed { }Expand description
An integer type that can be formatted into a Buffer.
This trait is sealed — it cannot be implemented outside of this crate.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".