redis

Type Alias RedisFuture

source
pub type RedisFuture<'a, T> = BoxFuture<'a, RedisResult<T>>;
Expand description

Library generic future type.

Aliased Typeยง

struct RedisFuture<'a, T> {}