Function decode_string

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

Decodes a String from bin_prot encoded bytes provided by the given reader.