Trait StaleDetector
raftstore::store::snap::snap_io
pub trait StaleDetector { fn is_stale(&self) -> bool; }
Used to check a procedure is stale or not.
fn is_stale(&self) -> bool
impl StaleDetector for ApplyAbortChecker