pub fn validate_all_non_empty( values: &[String], field_name: &str, ) -> Result<(), Error>
Validate that all strings in a slice are non-empty