Skip to main content

load_app_config_from_path

Function load_app_config_from_path 

Source
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.