Struct tokio_hglib::codec::BlockCodec[][src]

pub struct BlockCodec {}

Encoder to build messages sent to Mercurial command server.

Methods

impl BlockCodec
[src]

Trait Implementations

impl Debug for BlockCodec
[src]

Formats the value using the given formatter. Read more

impl Encoder for BlockCodec
[src]

The type of items consumed by the Encoder

The type of encoding errors. Read more

Encodes a frame into the buffer provided. Read more

Auto Trait Implementations

impl Send for BlockCodec

impl Sync for BlockCodec