solana_runtime::installed_scheduler_pool

Trait UninstalledScheduler

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

Required Methods§

source

fn return_to_pool(self: Box<Self>)

Implementors§