Struct tokio_thrift::tokio::ThriftCodec [] [src]

pub struct ThriftCodec<In, Out>(_, _);

Methods

impl<In, Out> ThriftCodec<In, Out>
[src]

Trait Implementations

impl<In: Deserialize, Out: Serialize> Codec for ThriftCodec<In, Out>
[src]

Deprecated

: moved to the tokio-io crate

The type of decoded frames.

Deprecated

: moved to the tokio-io crate

The type of frames to be encoded.

Deprecated

: moved to the tokio-io crate

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

Deprecated

: moved to the tokio-io crate

Encodes a frame into the buffer provided. Read more

Deprecated

: moved to the tokio-io crate

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