Struct fefix::tagvalue::RawDecoderBuffered[][src]

pub struct RawDecoderBuffered<C = Config> { /* fields omitted */ }
Expand description

A RawDecoder that can buffer incoming data and read a stream of messages.

Implementations

Empties all contents of the internal buffer of self.

Provides a buffer that must be filled before re-attempting to deserialize the next RawFrame.

Panics

Panics if the last call to RawDecoderBuffered::raw_frame returned an Err.

Trait Implementations

Formats the value using the given formatter. Read more

The configuration options type.

Returns an immutable reference to the configuration options used by self. Read more

Returns a mutable reference to the configuration options used by self. 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.