Module mesh::local_node
source · Structs§
- The core local node implementation for the transport-specific meshes.
- An error that occurred communicating with another node.
- An event to be sent to a remote node.
- One half of a bidirectional communication channel.
- A control object used by
HandlePortEvent
operations. - A field encoder for mesh ports.
- A
Port
that has a registered message handler. - A handle to a remote node connection. When dropped, the connection is failed, along with any associated ports.
Traits§
- Trait for establishing a connection to a remote node.
- Trait implemented by port event handlers.
- Trait for sending events to a remote node.