Function validate_contains

Source
pub fn validate_contains<T: Contains<C>, C>(
    haystack: T,
    needle: &C,
    not: bool,
) -> bool
Expand description

Validates whether the value contains the needle

See Contains for more details.