Struct cqc::Decoder[][src]

pub struct Decoder { /* fields omitted */ }

Packet decoder.

A basic packet decoder.

Methods

impl Decoder
[src]

Create a big endian Decoder.

Decode supplied data.

Returns a Result which contains either the Response or an error.

Auto Trait Implementations

impl Send for Decoder

impl Sync for Decoder