Expand description
Backend for liboscore’s native message API
This is (and, unless one wants to go through Box<dyn ReadableMessage>
) necessarily a bit
opinionated, in that it binds to a concrete message type (or set thereof).
It wraps different implementations of coap-message in an enum.
Structs§
- The message type is conveniently already more pointer-like; given that we pass around pointers to a concrete type (albeit possibly an enum), it’s just that.
Enums§
- Void stand-in recognized by the cbindgen library by its name
- Errors out of message operations
Traits§
- Sealed helper trait to implement with_msg_native
Functions§
- Make a coap_message_implementations::inmemory_write::Message usable as a [raw::oscore_msg_native_t]