pub fn validate_not_empty(value: &str) -> ValidationResult<&str>Available on crate feature
validation only.Expand description
Validate that a string is not empty.
ยงErrors
Returns ValidationError::Empty if the trimmed value is empty.