Type Definition redis::RedisResult[][src]

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

Library generic result type.