pub trait FromMemcacheValue: Sized {
    fn from_memcache_value(_: Vec<u8>, _: u32) -> Result<Self, MemcacheError>;
}
Expand description

determine how the value is unserialize to memcache

Required Methods§

Implementations on Foreign Types§

Implementors§