Module coap_message_utils::option_value

source ·
Expand description

Traits and types that represent serializations of options in encoded options

Structs§

  • Error that occurs when constructing a Block2RequestData from a message or an option.
  • Block1 option data (as used in either the request or the response)
  • Request data from a Block2 request

Traits§

  • A trait semantically similar to TryFrom, but rather than being generic over the source, this trait is specialized in being from any impl of MessageOption.