Type Definition redis::RedisResult[][src]

pub type RedisResult<T> = Result<T, RedisError>;
Expand description

Library generic result type.