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

Writes an unsigned byte to the stream