pub trait ValidateDoesNotContain { // Required method fn validate_does_not_contain(&self, needle: &str) -> bool; }