Trait mockall::examples::Bah

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

A trait implemented by a Struct we want to mock

Required Methods§

Some trait method

Implementors§

An implementation of a trait on a mocked struct