1 2 3 4 5
pub trait KernelDesc { fn instance_name(&self) -> Option<&str>; fn instance_data(&self) -> &[u8]; }