Type Definition redis::RedisFuture

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

Library generic future type.