Trait Interface

Source
pub trait Interface: DriverGeneric {
    // Required method
    fn cpu_local(&mut self) -> Box<dyn Interface>;
}

Required Methods§

Source

fn cpu_local(&mut self) -> Box<dyn Interface>

Implementors§