Type Definition redis_async::client::paired::SendBox [] [src]

type SendBox<T> = Box<Future<Item = T, Error = Error> + Send>;