Module dove::types[][src]

Expand description

The types module contains the AMQP 1.0 types system encoders and decoders. By using these types you can enforce a certain encoding for your data.

Structs

Milliseconds since the unix epoch

Enums

All basic type codes in AMQP.

An owned value type that can be transferred to or from the broker. http://docs.oasis-open.org/amqp/core/v1.0/csprd01/amqp-core-types-v1.0-csprd01.html#toc

A reference to a type with a given value. This allows efficient zero copy of the provided values and should be used when possible (depends on lifetime constraints where its used).

Constants

Traits

Encoder trait that all types that can be serialized to an AMQP type must implement.