[−][src]Trait itoa::Integer
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.
Implementations on Foreign Types
impl Integer for i8[src]
impl Integer for i8impl Integer for u8[src]
impl Integer for u8impl Integer for i16[src]
impl Integer for i16impl Integer for u16[src]
impl Integer for u16impl Integer for i32[src]
impl Integer for i32impl Integer for u32[src]
impl Integer for u32impl Integer for i64[src]
impl Integer for i64impl Integer for u64[src]
impl Integer for u64impl Integer for isize[src]
impl Integer for isizeimpl Integer for usize[src]
impl Integer for usize