Module message_io::adapter [−][src]
Enums
| AcceptedType | Used as a parameter callback in |
| ReadStatus | Returned as a result of |
| SendStatus | The following represents the posible status that a |
Traits
| Adapter | High level trait to represent an adapter for a transport protocol. The adapter is only used to identify the resources of your adapter. |
| Local | The resource used to represent a local listener. It usually is a wrapper over a socket/listener. |
| Remote | The resource used to represent a remote. It usually is a wrapper over a socket/stream. |
| Resource | A |