Struct oxidize::Expectation [] [src]

pub struct Expectation<Lhs: Debug>(_);

Methods

impl<Lhs: Debug> Expectation<Lhs>
[src]

fn is<T>(&self, matcher: Box<T>) where T: Matcher<Lhs>

fn to<T>(&self, matcher: Box<T>) where T: Matcher<Lhs>