pub fn read_u16<R: Read>(reader: R) -> Result<u16, ReadError>
Expand description

Try to read and decode a u16 from the given Read type.