Trait littletest::Runnable [] [src]

pub trait Runnable {
    fn run(&self) -> TestResult;
}

Required Methods

Implementors