Struct framecodecs::request_id_field::RequestIdFieldCodec [] [src]

pub struct RequestIdFieldCodec<B, C> { /* fields omitted */ }

Protocol codec used by RequestIdFieldProto.

Methods

impl<B, C> RequestIdFieldCodec<B, C>
[src]

Trait Implementations

impl<B: Debug, C: Debug> Debug for RequestIdFieldCodec<B, C>
[src]

Formats the value using the given formatter.

impl<B: Clone, C: Clone> Clone for RequestIdFieldCodec<B, C>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<B: Default, C: Default> Default for RequestIdFieldCodec<B, C>
[src]

Returns the "default value" for a type. Read more

impl<B, C> Codec for RequestIdFieldCodec<B, C> where B: ByteOrder, C: Codec
[src]

The type of decoded frames.

The type of frames to be encoded.

Attempts to decode a frame from the provided buffer of bytes. Read more

Encodes a frame into the buffer provided. Read more

A default method available to be called when there are no more bytes available to be read from the underlying I/O. Read more