pub fn decode_string<R>(r: &mut R) -> Result<String, Error>where R: Read,
Decodes a String from bin_prot encoded bytes provided by the given reader.
bin_prot