[][src]Function vint64::signed::decode

pub fn decode(input: &mut &[u8]) -> Result<i64, Error>

Decode a zigzag-encoded vint64 as a signed integer.