Struct framecodecs::varint::VarIntLengthFieldCodec [] [src]

pub struct VarIntLengthFieldCodec { /* fields omitted */ }

Protocol codec used by VarIntLengthFieldProto.

Methods

impl VarIntLengthFieldCodec
[src]

Trait Implementations

impl Debug for VarIntLengthFieldCodec
[src]

Formats the value using the given formatter.

impl Clone for VarIntLengthFieldCodec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VarIntLengthFieldCodec
[src]

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

impl Codec for VarIntLengthFieldCodec
[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