pub fn binprot_read_with_size<R: Read, B: BinProtRead>(
    r: &mut R
) -> Result<B, Error>
Expand description

This also uses the “size-prefixed binary protocol”.