Struct cfg_rs::ConfigContext[][src]

pub struct ConfigContext<'a> { /* fields omitted */ }
Expand description

Configuration Context.

Configuration context contains current level of config key and configuration instance. It is designed for parsing partial config by partial key and default value.

Implementations

Parse partial config by partial key and default value.

Get current key in context.

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.