Trait memcached_protocal::Response [] [src]

pub trait Response {
    fn to_bytes(&self) -> Result<Vec<u8>>;
}

Required Methods

fn to_bytes(&self) -> Result<Vec<u8>>

Implementors