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