Trait itoa::Integer [] [src]

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

Required Methods

fn write<W: Write>(self, &mut W) -> Result<()>

Implementors