serial_core

Module serial_io

Source
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.

Functions§

  • Returns a new implementation of SerialIo wrapping t, plus a handle to detach t and get it back.