Trait ProcAbi

Source
pub trait ProcAbi: Send + Sync {
    // Required method
    fn syscall_handler(&self);
}
Expand description

Implementation of sysentvec structure.

Required Methods§

Implementors§