Type Definition DeadlockFuture
tikv::server::lock_manager::client
type DeadlockFuture<T> = BoxFuture<'static, Result<T>>;