[][src]Type Definition redis::RedisFuture

type RedisFuture<T> = Box<dyn Future<Item = T, Error = RedisError> + Send>;