Struct nachricht::Encoder[][src]

pub struct Encoder<'w, W: Write> { /* fields omitted */ }
Expand description

Used to encode nachricht fields. This uses an internal symbol table to allow referencing keys and symbols which get repeated.

Implementations

Encode a field to the given writer. The resulting usize is the amount of bytes that got written.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.