#[derive(ToRedisArgs)]
{
// Attributes available to this derive:
#[to_redis_args]
}
Expand description
Can be derived by structs or enums in order to allow conversion to redis args.
#[derive(ToRedisArgs)]
{
// Attributes available to this derive:
#[to_redis_args]
}
Can be derived by structs or enums in order to allow conversion to redis args.