pub trait ConfigurationSectionExtensions {
    fn exists(&self) -> bool;
}
Expand description

Defines extension methods for the ConfigurationSection trait.

Required Methods

Gets a value indicating whether the configuration section exists.

Remarks

A configuration section is considered nonexistent if it has no value and no children

Implementors