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