pub fn validate_non_empty_str(value: &str, field: &str) -> Result<()>
Validate that a string is non-empty after trimming.