Trait mockers::Mocked [] [src]

pub trait Mocked {
    type MockImpl: Mock;
    fn class_name() -> &'static str;
}

Associated Types

type MockImpl: Mock

Required Methods

fn class_name() -> &'static str

Returns name of mocked class

Implementors