Struct eventstore_tcp::codec::PackageCodec [] [src]

pub struct PackageCodec;

Stateless simple PackageCodec

Trait Implementations

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