Function raftstore::store::fsm::apply::notify_stale_command[][src]

fn notify_stale_command(
    region_id: u64,
    peer_id: u64,
    term: u64,
    cmd: PendingCmd<impl Snapshot>
)

Calls the callback of cmd when it can not be processed further.