[][src]Trait memcache::FromMemcacheValue

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

determine how the value is unserialize to memcache

Required methods

Loading content...

Implementations on Foreign Types

impl FromMemcacheValue for (Vec<u8>, u32)[src]

impl FromMemcacheValue for Vec<u8>[src]

impl FromMemcacheValue for String[src]

impl FromMemcacheValue for bool[src]

impl FromMemcacheValue for u8[src]

impl FromMemcacheValue for u16[src]

impl FromMemcacheValue for u32[src]

impl FromMemcacheValue for u64[src]

impl FromMemcacheValue for i8[src]

impl FromMemcacheValue for i16[src]

impl FromMemcacheValue for i32[src]

impl FromMemcacheValue for i64[src]

impl FromMemcacheValue for f32[src]

impl FromMemcacheValue for f64[src]

Loading content...

Implementors

Loading content...