Type Definition redis_sk::RedisResult[][src]

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

Library generic result type.