[−][src]Function leb128::read::unsigned
pub fn unsigned<R>(r: &mut R) -> Result<u64, Error> where
R: Read, Read an unsigned LEB128 number from the given std::io::Readable and
return it or an error if reading failed.
pub fn unsigned<R>(r: &mut R) -> Result<u64, Error> where
R: Read, Read an unsigned LEB128 number from the given std::io::Readable and
return it or an error if reading failed.