pub trait Integer: Sealed { }
Expand description
An integer that can be written into an itoa::Buffer
.
This trait is sealed and cannot be implemented for types outside of itoa.
pub trait Integer: Sealed { }
An integer that can be written into an itoa::Buffer
.
This trait is sealed and cannot be implemented for types outside of itoa.