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

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

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