Struct resp_async::ValueDecoder [−][src]
pub struct ValueDecoder { /* fields omitted */ }
Methods
impl ValueDecoder
[src]
impl ValueDecoder
pub fn new(input: &mut BytesMut) -> Result<Self>
[src]
pub fn new(input: &mut BytesMut) -> Result<Self>
pub fn try_decode(&mut self, input: &mut BytesMut) -> Result<Option<Value>>
[src]
pub fn try_decode(&mut self, input: &mut BytesMut) -> Result<Option<Value>>
Trait Implementations
impl Debug for ValueDecoder
[src]
impl Debug for ValueDecoder
Auto Trait Implementations
impl Send for ValueDecoder
impl Send for ValueDecoder
impl Sync for ValueDecoder
impl Sync for ValueDecoder