Trait itoa::Integer
[−]
[src]
pub trait Integer: Sealed { }
An integer that can be formatted by itoa::write
and itoa::fmt
.
This trait is sealed and cannot be implemented for types outside of itoa.