Expand description
Types to help in the implementation and use SerialIo
.
Structs§
- An implementation of
SerialIo
for a connected serial port wrapping an implementation of [AsyncRead
] and [AsyncWrite
]. - An object implementing [
AsyncRead
] or [AsyncWrite
] whose underlying object can be detached. - A handle used to detach the object from a
DetachableIo
.