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

Writes an unsigned 32-bit value to the stream