pub fn write_i32<T>(
    stream: &mut dyn Write,
    value: T
) -> Result<usize, StatusCode> where
    T: Into<i32>, 
Expand description

Writes a signed 32-bit value to the stream