pub fn non_empty(message: impl Into<String>) -> impl ValidatorExpand description
A validator that rejects empty or whitespace-only input with message.
A convenience for the most common rule; equivalent to a closure that trims and checks for emptiness.