holey-bytes/hbvm/src/vm/trap.rs
2023-06-22 11:37:48 +02:00

4 lines
57 B
Rust

pub trait HandleTrap {
fn page_fault(&mut self) {}
}