Struct config::Config [] [src]

pub struct Config<'a> { /* fields omitted */ }

Methods

impl<'a> Config<'a>
[src]

Merge in configuration values from the given source.

Sets the default value for this key. The default value is only used when no other value is provided.

Sets an override for this key.

Trait Implementations

impl<'a> Default for Config<'a>
[src]

Returns the "default value" for a type. Read more