Trait libnewbee::fmt::RedisFormat [] [src]

pub trait RedisFormat where
    Self: Sized
{ fn fmt(self, buf: &mut Vec<RedisFmt>) -> usize; }

Required Methods

Implementors