Structs§
- Handle
Message Error - Error returned by
HandlePortEvent::message
when the message is invalid or the port should otherwise be failed. - Local
Node - The core local node implementation for the transport-specific meshes.
- Node
Error - An error that occurred communicating with another node.
- Outgoing
Event - An event to be sent to a remote node.
- Port
- One half of a bidirectional communication channel.
- Port
Control - A control object used by
HandlePortEvent
operations. - Port
Field - A field encoder for mesh ports.
- Port
With Handler - A
Port
that has a registered message handler. - Remote
Node Handle - A handle to a remote node connection. When dropped, the connection is failed, along with any associated ports.
Traits§
- Connect
- Trait for establishing a connection to a remote node.
- Handle
Port Event - Trait implemented by port event handlers.
- Send
Event - Trait for sending events to a remote node.