Function galvanic_assert::matchers::eq [] [src]

pub fn eq<'a, T: PartialEq + Debug + 'a>(expected: T)
                                         -> Box<Matcher<'a, T> + 'a>

Matches if the asserted value is equal to the expected value.