pub trait ClassPermission {
// Required methods
fn class(&self) -> KernelClass;
fn id(&self) -> u8;
}Expand description
Allow callers to use the kernel class & permission definitions.
pub trait ClassPermission {
// Required methods
fn class(&self) -> KernelClass;
fn id(&self) -> u8;
}Allow callers to use the kernel class & permission definitions.