Function mz_repr::strconv::format_int32
source ยท pub fn format_int32<F>(buf: &mut F, i: i32) -> Nestablewhere
F: FormatBuffer,
Expand description
Writes an i32
to buf
.
pub fn format_int32<F>(buf: &mut F, i: i32) -> Nestablewhere
F: FormatBuffer,
Writes an i32
to buf
.