[][src]Function cargo_deny::contains

pub fn contains<T, Q: ?Sized>(s: &[T], query: &Q) -> bool where
    T: Borrow<Q>,
    Q: Eq