Type Definition raftstore::store::msg::WriteCallback[][src]

type WriteCallback = Box<dyn FnOnce(WriteResponse) + Send>;