Trait itoa::Integer [] [src]

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

Required Methods

Implementors