[][src]Function hamcrest2::matchers::contains::contains

pub fn contains<T, I>(item: I) -> Contains<T> where
    I: Into<Contains<T>>, 

Creates matcher that checks if actual data contains give item(s).