Trait validator::ValidateDoesNotContain

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

Required Methods§

Implementors§