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

Writes an unsigned 16-bit value to the stream