Type Definition tikv::storage::kv::Callback[][src]

type Callback<T> = Box<dyn FnOnce((CbContext, Result<T, Error>)) + 'static + Send, Global>;