pub fn load_app_config_from_path<T: DeserializeOwned>(
section_name: &str,
path: &str,
) -> Result<T>Expand description
Load an app-specific configuration section from a specific TOML file path.
pub fn load_app_config_from_path<T: DeserializeOwned>(
section_name: &str,
path: &str,
) -> Result<T>Load an app-specific configuration section from a specific TOML file path.