Struct galvanic_assert::matchers::collection::ContainedIn [] [src]

pub struct ContainedIn<T> { /* fields omitted */ }

Matches if the asserted (single) value is contained in the expected elements.

Trait Implementations

impl<'a, T> Matcher<'a, T> for ContainedIn<T> where
    T: PartialEq + Debug + 'a, 
[src]

[src]

Checks the passed value if it satisfies the Matcher. Read more