[]Function symbolic::debuginfo::dwarf::gimli::leb128::read::u16

pub fn u16<R>(r: &mut R) -> Result<u16, Error> where
    R: Reader

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