pub trait AsMemcachedValue: AsMemcachedValue { }
Expand description
A trait for serializing multiple types of values in to appropriate memcached input values for the set and add commands.
pub trait AsMemcachedValue: AsMemcachedValue { }
A trait for serializing multiple types of values in to appropriate memcached input values for the set and add commands.