Skip to main content

load_from

Function load_from 

Source
pub fn load_from(
    vars: &HashMap<String, String>,
    opts: Options,
) -> Result<Config, AdapterError>
Expand description

Mount a prefixed slice of the supplied variables. Used by load, and by tests that must not touch the real environment.