Trait EntryExt
raft_engine
pub trait EntryExt<M: Message>: Send + Sync { fn index(m: &M) -> u64; }
fn index(m: &M) -> u64