Expand description
Types to help in the implementation and use SerialIo
.
Structs§
- Connected
- An implementation of
SerialIo
for 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
SerialIo
wrappingt
, plus a handle to detacht
and get it back.