Function validate_config

Source
pub fn validate_config(config: &Config) -> Result<()>
Expand description

Validate the complete configuration.

This function runs all configuration validators and returns the first error encountered, or Ok(()) if all validation passes.