Module amqp0_primitives::field
[−]
[src]
Basic representation of AMQP dynamic types, tables, and lists
AMQP has several dynamic-typed arguments:
- A no-vale type (Void)
- 11 primitive types (i8-64, u8-64, f32-64)
- A numeric decimal type
- 2 "string" types (short and long)
- A "timestamp" type
- 2 container types (
List
andTable
)
The main types are Value
, List
, and Table
Structs
List | |
Table |
Enums
Value |
Basic "field" that essentially represents dynamic-types in the AMQP protocol. |