Struct expectest::matchers::PartialOrder [] [src]

pub struct PartialOrder<E> { /* fields omitted */ }

A matcher for types that conforms to PartialOrd trait.

Trait Implementations

impl<A, E> Matcher<A, E> for PartialOrder<E> where
    A: PartialOrd<E> + Debug,
    E: Debug
[src]

Returns a failure message.

Checks if an actual value matches an expected value.