Function fourleaf::wire::decode_i64 [] [src]

pub fn decode_i64<R: Read>(r: &mut R) -> Result<i64>

Decode a 64-bit integer and then unZigZag it to a signed value.