Function read_string

Source
pub fn read_string<R>(file: &mut R) -> Result<String>
where R: Read,