Re-exports§
Modules§
Macros§
- const_
flags - Creates a value of type
FrameFlags
at compile time. - expand_
gen - extract
- frame
- gen_
frame - process_
flags_ expr - Recursively Converts an expression that uses
FrameFlags
constants into an expression that uses the backing value ofFrameFlags
(u16
).
Structs§
- Frame
Flags - A flags structure to represent possible frams flags.
- Frame
Header - A type to represent an rsocket frame header.
Enums§
- Frame
- An enum of all frame variants supported by RSocket.
- Frame
Type - An enum to represent supported frame types.
Traits§
- Frame
Variant - A trait to be implemented by all frame variants.