pub trait MasterIsr { // Required methods fn cmp(&self, cmp: Cmp) -> CMP_R; fn rep(&self) -> REP_R; fn upd(&self) -> UPD_R; }