Function itoa::fmt[][src]

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

Write integer to an fmt::Write.