Module amq_protocol::frame
source · Expand description
AMQP Frame handling utils
Re-exports
pub use self::generation::gen_frame;pub use self::parsing::parse_frame;
Modules
- Serialization utils
- Parsing utils
Structs
- Content header
- Raw AMQP Frame
- Protocol version used
- Context around a
Writeimpl that is passed through serializing functions
Enums
- Enum representing an AMQP channel
- The different possible frames
- The type of AMQP Frame
- Base type for generator errors
Traits
- Trait for
Writetypes that allow skipping and reserving a slice, then writing some data, then write something in the slice we reserved using the return for our data write. - Trait for serializing functions
Type Definitions
- Holds the result of serializing functions
- Error returned by parsers
- Return type of parsers