Function gimli::leb128::read::u16[][src]

pub fn u16<R: Reader>(r: &mut R) -> Result<u16>
Expand description

Read an LEB128 u16 from the given Reader and return it or an error if reading failed.