Type Definition simple_redis::RedisStringResult [] [src]

type RedisStringResult = Result<String, RedisError>;

Holds string result or error