Module local_node
Structs§
- Handle
Message Error  - Error returned by 
HandlePortEvent::messagewhen 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 
HandlePortEventoperations. - Port
Field  - A field encoder for mesh ports.
 - Port
With Handler  - A 
Portthat 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.