Skip to main content

load_config_from_path_validated

Function load_config_from_path_validated 

Source
pub fn load_config_from_path_validated(
    config_path: &Path,
) -> AnalysisValidation<DebtmapConfig>
Expand description

Load config from a specific path with validation.

Unlike load_config_validated, this requires the config file to exist at the specified path.