pub fn signed<R>(r: &mut R) -> Result<i64, Error> where R: ?Sized + Read,
Read a signed LEB128-encoded number from the std::io::Read stream r.
std::io::Read
r
On success, return the number.