pub trait Simulink { // Required methods fn initialize(&mut self); fn __step__(&self); fn terminate(&self); }