pub trait InspectionPLC {
// Required methods
fn init_plc_buffer(&mut self);
fn get_plc_watchdog(&self) -> bool;
fn get_is_running(&self) -> bool;
}pub trait InspectionPLC {
// Required methods
fn init_plc_buffer(&mut self);
fn get_plc_watchdog(&self) -> bool;
fn get_is_running(&self) -> bool;
}