Function itoa::fmt

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

Write integer to an fmt::Write.