pub trait Testable {
    fn run(&self);
}

Required methods

Implementors