Type Definition simple_redis::types::RedisStringResult [] [src]

type RedisStringResult = RedisResult<String>;

Holds string result or error