Module local_node

Source

Structs§

HandleMessageError
Error returned by HandlePortEvent::message when the message is invalid or the port should otherwise be failed.
LocalNode
The core local node implementation for the transport-specific meshes.
NodeError
An error that occurred communicating with another node.
OutgoingEvent
An event to be sent to a remote node.
Port
One half of a bidirectional communication channel.
PortControl
A control object used by HandlePortEvent operations.
PortField
A field encoder for mesh ports.
PortWithHandler
A Port that has a registered message handler.
RemoteNodeHandle
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.
HandlePortEvent
Trait implemented by port event handlers.
SendEvent
Trait for sending events to a remote node.