Module message_io::network [−][src]
Re-exports
pub use crate::adapter::SendStatus; |
Structs
| Endpoint | Information to identify the remote endpoint. The endpoint is used mainly as a connection identified. |
| Network | Network is in charge of managing all the connections transparently. It transforms raw data from the network into message events and vice versa, and manages the different adapters for you. |
| ResourceId | Unique identifier of a network resource. The identifier wrap 3 values, |
Enums
| NetEvent | Input network events. |
| RemoteAddr | An struct that contains a remote address.
It can be Either, an address similar to |
| ResourceType | Information about the type of resource |
| Transport | Enum to identified the underlying transport used.
It can be passed to [ |
Traits
| ToRemoteAddr |