Trait itoa::Integer [] [src]

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

Required Methods

Implementors