Function write_i32

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

Write a i32 from a writer.