pub trait MemoryAttributor {
// Required methods
fn add_driver(&self, component_token: Event, id: u64, process_koid: Koid);
fn remove_driver(&self, id: u64);
}pub trait MemoryAttributor {
// Required methods
fn add_driver(&self, component_token: Event, id: u64, process_koid: Koid);
fn remove_driver(&self, id: u64);
}