pub type RedisFuture<'a, T> = BoxFuture<'a, RedisResult<T>>;
Expand description
Library generic future type.
Aliased Typeยง
pub struct RedisFuture<'a, T> { /* private fields */ }
pub type RedisFuture<'a, T> = BoxFuture<'a, RedisResult<T>>;
Library generic future type.
pub struct RedisFuture<'a, T> { /* private fields */ }