Type Definition SendBox
redis_async::client::paired
type SendBox<T> = Box<Future<Item = T, Error = Error> + Send>;