Trait config::ConfigurationSection
source · [−]pub trait ConfigurationSection: Configuration + Deref<Target = dyn Configuration> {
fn key(&self) -> &str;
fn path(&self) -> &str;
fn value(&self) -> &str;
}Expand description
Defines the behavior for a section of application configuration values.
Required Methods
sourcefn path(&self) -> &str
fn path(&self) -> &str
Gets the full path to this section within the configuration.