Struct transmog_async::Builder[][src]

pub struct Builder<TReads, TWrites, TStream, TFormat> { /* fields omitted */ }
Expand description

Builder helper to specify types without the need of turbofishing.

Implementations

Returns a new stream builder for stream and format.

Sets T as the type for both sending and receiving.

Sets T as the type of data that is written to this stream.

Sets T as the type of data that is read from this stream.

Build this stream to include the serialized data’s size before each serialized value.

This is necessary for compatability with a remote TransmogReader.

Build this stream only send Transmog-encoded values.

This is necessary for compatability with stock Transmog receivers.

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.