Type Definition redis::RedisResult[][src]

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

Library generic result type.