Function galvanic_assert::matchers::greater_than_or_equal [] [src]

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

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