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