Trait simple_redis::types::RedisArg
source · pub trait RedisArg: Sized + ToString { }
Expand description
Defines a redis command argument
Object Safety§
This trait is not object safe.
pub trait RedisArg: Sized + ToString { }
Defines a redis command argument