pub fn validate_non_empty( value: &str, field_name: &str, ) -> Result<(), ConfigError>
Validate that a string is not empty