pub fn read_u16<R: Read>(reader: R) -> Result<u16, ReadError>
Try to read and decode a u16 from the given Read type.
u16
Read