Type Definition redis::RedisResult

source · []
pub type RedisResult<T> = Result<T, RedisError>;
Expand description

Library generic result type.