Struct resp::Decoder [] [src]

pub struct Decoder {
    // some fields omitted
}

Methods

impl Decoder
[src]

fn new() -> Self

fn with_buf_bulk() -> Self

fn feed(&mut self, buf: &[u8]) -> Result<()>

fn read(&mut self) -> Option<Value>

fn buffer_len(&self) -> usize

fn result_len(&self) -> usize

Trait Implementations

impl Debug for Decoder
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.