Function unsigned_varint::io::read_u16

source ·
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.