Module conn

Source
Expand description

Traits to perform in-order, serial, byte-wise I/O.

Traitsยง

Connection
A trait to perform in-order, serial, byte-wise I/O.
ConnectionExt
Extends Connection with read and peek methods.