Type Definition reool::RedisFuture[][src]

type RedisFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, RedisError>> + 'a + Send, Global>>;

Library generic future type.