read_string

Function read_string 

Source
pub fn read_string<R: Read>(reader: &mut R) -> Result<String, DecodeError>
Expand description

Reads a string from the given reader.