Type Definition tikv_kv::Callback[][src]

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