Trait config::Source [] [src]

pub trait Source {
    fn collect(&self) -> HashMap<String, Value>;
}

Required Methods

Implementors