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