Struct combine::stream::decoder::Decoder[][src]

pub struct Decoder<S, P, C = Buffer> { /* fields omitted */ }
This is supported on crate feature std only.
Expand description

Used together with the decode! macro

Implementations

Constructs a new Decoder with an internal buffer. Allows any AsyncRead/Read instance to be used when decoding but there may be data left in the internal buffer after decoding (accessible with Decoder::buffer)

Constructs a new Decoder with an internal buffer. Allows any AsyncRead/Read instance to be used when decoding but there may be data left in the internal buffer after decoding (accessible with Decoder::buffer)

Constructs a new Decoder without an internal buffer. Requires the read instance to be wrapped with combine’s BufReader instance to

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.