write_i32

Function write_i32 

Source
pub fn write_i32<W: Writer>(i: &i32, writer: &mut W) -> Result<(), Error>
Expand description

Writes an i32 value to the given writer.