Expand description
Types to help in the implementation and use SerialIo.
Structs§
- Connected
- An implementation of
SerialIofor a connected serial port wrapping an implementation of [AsyncRead] and [AsyncWrite]. - Detachable
Io - An object implementing [
AsyncRead] or [AsyncWrite] whose underlying object can be detached. - IoDetacher
- A handle used to detach the object from a
DetachableIo.
Functions§
- detachable
- Returns a new implementation of
SerialIowrappingt, plus a handle to detachtand get it back.