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

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

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