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