Struct mg_settings::Parser [] [src]

pub struct Parser<T> { /* fields omitted */ }

The config parser.

Methods

impl<T: EnumFromStr> Parser<T>
[src]

[src]

Create a new parser without config.

[src]

Create a new parser with config.

[src]

Parse settings.

[src]

Parse a single line of settings.

[src]

Set the directory where the include command will look for files to include.

Trait Implementations

Auto Trait Implementations

impl<T> Send for Parser<T> where
    T: Send

impl<T> Sync for Parser<T> where
    T: Sync