[][src]Function itoa::fmt

pub fn fmt<W: Write, V: Integer>(wr: W, value: V) -> Result

Write integer to an fmt::Write.