pub trait Testable { // Required method fn run(&self); }
Trait for marking types that can be tested in the kernel test suite.
Runs the test function.