Trait tokio_memcache::AsArgument [] [src]

pub trait AsArgument {
    fn as_boxed_slice(&self) -> Box<[u8]>;
}

Required Methods

Implementors