Struct mockers::Expectation0 [] [src]

#[must_use]
pub struct Expectation0<Res> {
    // some fields omitted
}

Trait Implementations

impl<Res> Expectation for Expectation0<Res>
[src]

fn check_call(self: Box<Self>, _args: *const u8) -> *mut u8

fn get_mock_id(&self) -> usize

fn get_method_name(&self) -> &'static str

fn describe(&self) -> String