Type Definition simple_redis::RedisBoolResult [] [src]

type RedisBoolResult = Result<bool, RedisError>;

Holds bool result or error