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