Struct light_ini::IniParser[][src]

pub struct IniParser<'a, Error: Debug + Error> { /* fields omitted */ }
Expand description

INI format parser.

Implementations

Create a parser using the given handler.

Parse input from a buffered reader.

Parse input from a reader.

Parse a file.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.