pub trait WithSortedOptions: ReadableMessage { }
Expand description
Marker trait that indicates that ReadableMessage::options are produced in ascending sequence.
This can be set on most CoAP message backends. Examples of backends where it is not implemented are single-pass reads over in-place decrypted OSCORE messages.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.