Re-exports§
pub use self::natural::*;
Modules§
Structs§
- Channel
- The type corresponding to the Channel protocol.
Channelrepresents a single mailbox channel that can be used to send messages to a destination core. - Channel
Info - Channel
Send Message Request - Channel
Send Request Request - Channel
Send Request Response - Controller
Info ControllerInfois passed to mailbox controller drivers via metadata.- Listener
- The type corresponding to the Listener protocol.
Listeneris used to receive messages from a mailbox channel. - Listener
OnMessage Request - Listener
OnRequest Request - Listener
OnRequest Response - Service
- The type corresponding to the Service service.
- Service
Connector - A strongly-typed service connector for the
Serviceservice.
Traits§
- Channel
Client Handler - A client handler for the Channel protocol.
- Channel
Local Client Handler - A client handler for the Channel protocol.
- Channel
Local Server Handler - A server handler for the Channel protocol.
- Channel
Server Handler - A server handler for the Channel protocol.
- Listener
Client Handler - A client handler for the Listener protocol.
- Listener
Local Client Handler - A client handler for the Listener protocol.
- Listener
Local Server Handler - A server handler for the Listener protocol.
- Listener
Server Handler - A server handler for the Listener protocol.
- Service
Handler - A service handler for the
Serviceservice.