Trait mockall_examples::Bah

source ·
pub trait Bah {
    // Required method
    fn bah(&self);
}
Expand description

A trait implemented by a Struct we want to mock

Required Methods§

source

fn bah(&self)

Some trait method

Implementors§