Struct mockers::CallMatch0
[−]
[src]
#[must_use]
pub struct CallMatch0<Res> {
// some fields omitted
}#[must_use]
pub struct CallMatch0<Res> {
// some fields omitted
}impl<Res> CallMatch0<Res>[src]impl<Res> CallMatch0<Res>[src]fn and_return(self, result: Res) -> Expectation0<Res>fn and_panic(self, msg: String) -> Expectation0<Res>