Type Definition WriteCallback
raftstore::store::msg
type WriteCallback = Box<dyn FnOnce(WriteResponse) + Send>;