load_from_path

Function load_from_path 

Source
pub fn load_from_path<Config, E: Error>(
    path: impl AsRef<Path>,
    parse: impl Fn(&str) -> Result<Config, E>,
) -> Result<Config, Error<E>>