Trait hamcrest::core::Matcher [] [src]

pub trait Matcher<T>: Display {
    fn matches(&self, actual: T) -> MatchResult;
}

Required Methods

Implementors