Trait libnewbee::codec::To [] [src]

pub trait To<T> where
    T: Shift + FromBuf
{ fn to(&mut self) -> Result<RedisList<T>>; }

Required Methods

Implementors