pub fn ensure_config<Config, Error, P>(config_path: P) -> Result<Config, Error> where Config: Serialize + DeserializeOwned + Default + Sized, P: AsRef<Path>, Error: From<Error>,