Struct tbon::en::SequenceEncoder[][src]

pub struct SequenceEncoder<'en> { /* fields omitted */ }

Trait Implementations

Must match the Ok type of the parent Encoder.

Must match the Error type of the parent Encoder.

Encode the next element in the sequence.

Finish encoding the sequence.

Must match the Ok type of the parent Encoder.

Must match the Error type of the parent Encoder.

Encode the next element in the tuple.

Finish encoding the tuple.

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.