pub trait UninstalledScheduler: Send + Sync + Debug + 'static { // Required method fn return_to_pool(self: Box<Self>); }