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