Trait AsMemcachedValue

Source
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.

Implementors§

Source§

impl<T: AsMemcachedValue> AsMemcachedValue for T