Trait config::Source [] [src]

pub trait Source {
    fn get<'a>(&self, key: &str) -> Option<Cow<'a, Value>>;
}

Required Methods

Implementors