pub fn read_config<R: Read>(
    reader: BufReader<R>
) -> Result<Config, GenericError>
Expand description

Reads config from reader.