Struct mockers::ExpectationTimes1 [] [src]

#[must_use]
pub struct ExpectationTimes1<Arg0, Res> {
    // some fields omitted
}

Trait Implementations

impl<Arg0, Res: Clone> Expectation for ExpectationTimes1<Arg0, Res>
[src]

fn call_match(&self) -> &CallMatch

fn is_satisfied(&self) -> bool

fn satisfy(&mut self, call: Call, mock_name: &str) -> *mut u8

fn describe(&self) -> String