pub trait StatusExt { // Required methods fn is_final(&self) -> bool; fn been_committed(&self) -> bool; }