read_strings

Function read_strings 

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

Reads a set of strings from the given reader.