pub async fn load_generic_config<T: DeserializeOwned + GenericSetup + Default>(
app_name: &str,
) -> MResult<T>Expand description
Loads the config from YAML file ({app_name}.yaml).
pub async fn load_generic_config<T: DeserializeOwned + GenericSetup + Default>(
app_name: &str,
) -> MResult<T>Loads the config from YAML file ({app_name}.yaml).