read_string

Function read_string 

Source
pub fn read_string(
    byte_count: usize,
    read: &mut dyn Read,
    settings: &Settings,
) -> Result<String, Error>
Expand description

Reads a string of specified length from a stream.