Skip to main content

KernelBackend

Trait KernelBackend 

Source
pub trait KernelBackend: Send + Sync {
    // Required methods
    fn name(&self) -> &'static str;
    fn context(&self) -> &KernelContext;
}

Required Methods§

Source

fn name(&self) -> &'static str

Source

fn context(&self) -> &KernelContext

Implementors§