Skip to main content

Module transport

Module transport 

Source
Expand description

Transport abstraction. The driver works against any half-duplex byte stream that exposes Transport::write_all and Transport::read.

Structs§

VecTransport
In-memory loopback transport used in tests and the chaos bus.

Traits§

Transport
Synchronous half-duplex byte transport.