Trait raftstore::store::snap::snap_io::StaleDetector[][src]

pub trait StaleDetector {
    fn is_stale(&self) -> bool;
}

Used to check a procedure is stale or not.

Required methods

fn is_stale(&self) -> bool[src]

Loading content...

Implementors

impl StaleDetector for ApplyAbortChecker[src]

Loading content...