Modules§
Structs§
- Common key container for all inflight requests. The supported message types are all registered in the Default constructor.
Enums§
Traits§
Functions§
- handle the RLP encoded message with given context
ctx
. If the message not handled, returnOk(false)
. Otherwise, returnOk(true)
if handled successfully or Err(e) on any error.