pub trait CanTest {
    fn exec(&self);
}

Required methods

Implementors