Skip to main content

load

Function load 

Source
pub fn load<'a, S, T, D>(cli: &S, defaults: &D) -> Result<T>
where T: Deserialize<'a>, S: Source + Clone + Send + Sync + 'static, D: PathDefaults,
Expand description

Load the configuration

ยงErrors