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

Writes an unsigned byte to the stream