Trait itoa::Integer [] [src]

pub trait Integer {
    fn write<W: Write>(self, _: W) -> Result<usize>;
}

Required Methods

Implementors