Function write_u32

Source
pub fn write_u32(writer: &mut dyn Write, value: u32) -> Result<(), Error>
Expand description

Write a u32 from a writer.