Trait test_raftstore::Filter [−][src]
Required methods
fn before(&self, msgs: &mut Vec<RaftMessage>) -> Result<()>
[src]
before
is run before sending the messages.
Provided methods
fn after(&self, res: Result<()>) -> Result<()>
[src]
after
is run after sending the messages,
so that the returned value could be changed if necessary.