Expand description
MessagePack extension helpers.
Structsยง
- Extension
Owned alloc
- An owned container for extension payloads.
- Extension
Ref - A borrowed view of a MessagePack extension value.
- Fixed
Extension - A fixed-capacity container for extension payloads of up to
N
bytes. - TryFrom
Extension RefError - The error type returned when a checked conversion from
ExtensionRef
fails