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

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

Read a signed LEB128 number from the given std::io::Readable and return it or an error if reading failed.