PlugModBridge

Trait PlugModBridge 

pub trait PlugModBridge:
    Send
    + Sync
    + 'static {
    // Required methods
    fn run(&mut self, arg: usize) -> bool;
    fn term(&mut self);
}

Required Methods§

fn run(&mut self, arg: usize) -> bool

fn term(&mut self)

Implementors§