Trait morq::core::Assert [] [src]

pub trait Assert<L, R> {
    fn compare(&self, expected: L, target: R) -> AssertResult;
}

Assert trait

Required Methods

Implementors