Derive Macro redis_macros::FromRedisValue
source · #[derive(FromRedisValue)]
{
// Attributes available to this derive:
#[redis_serializer]
}
Expand description
Derive macro for the redis crate’s FromRedisValue
trait to allow parsing Redis responses to this type.
For more information see the redis_macros_derive
crate: FromRedisValue