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

Defines extension methods for ConfigurationSection.

Required Methods§

source

fn exists(&self) -> bool

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§