Trait kernel::cpu::interrupts::InterruptHandler
source · pub trait InterruptHandler {
// Required method
fn allocate_and_set_handler(val: Self) -> u8;
}
Required Methods§
fn allocate_and_set_handler(val: Self) -> u8
Object Safety§
This trait is not object safe.