[][src]Trait mockall_examples::Bah

pub trait Bah {
    fn bah(&self);
}

A trait implemented by a Struct we want to mock

Required methods

fn bah(&self)

Some trait method

Loading content...

Implementors

impl Bah for MockBoo[src]

Loading content...