[−][src]Module amq_protocol::frame
AMQP Frame handling utils
Re-exports
pub use self::generation::gen_frame; |
pub use self::parsing::parse_frame; |
Modules
| generation | Serialization utils |
| parsing | Parsing utils |
Structs
| AMQPContentHeader | Contente header |
| AMQPRawFrame | Raw AMQP Frame |
| WriteContext | Context around a |
Enums
| AMQPChannel | Enum representing an AMQP channel |
| AMQPFrame | The different possible frames |
| AMQPFrameType | The type of AMQP Frame |
| GenError | Base type for generator errors |
Traits
| BackToTheBuffer | Trait for |
| SerializeFn | Trait for serializing functions |
Type Definitions
| GenResult | Holds the result of serializing functions |
| ParserError | Error returned by parsers |
| ParserResult | Return type of parsers |