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