pub trait Runable { // Required method fn call(self: Box<Self>); }
The Runable trait for FnOnce()
Runable
FnOnce()