pub trait Testable { // Required method fn run(&self); }
The trait that assign the function is testable.
The things will run