Trait 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§

Source§

impl Bah for MockBoo

An implementation of a trait on a mocked struct