Function galvanic_assert::matchers::lt [] [src]

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

Matches if the asserted value is less than the expected value.