Function read_properties

Source
pub fn read_properties<R: BufRead>(
    reader: &mut R,
) -> Result<Properties, PropertiesParseError>
Expand description

Parses a configuration file

§Arguments

  • reader - A buffered reader that provides the input data.

§Returns

Returns a Result of Properties