Type Definition reool::RedisFuture[][src]

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

Library generic future type.