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

pub fn signed<R>(r: &mut R) -> Result<i64, Error> where
    R: ?Sized + Read
Expand description

Read a signed LEB128-encoded number from the std::io::Read stream r.

On success, return the number.