Function galvanic_assert::matchers::leq [] [src]

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

Matches if the asserted value is less than or equal to the expected value.