Function decode_int

Source
pub fn decode_int<T, R>(r: &mut R) -> Result<T, Error>
where T: BinProtRead, R: Read,
Expand description

Decodes an integer from bin_prot encoded bytes provided by the given reader.