Module market::io[][src]

Implements Producer and Consumer for Write and Read trait objects.

Structs

Reader

Consumes goods of type G assembled from bytes read by a Read trait object.

Writer

Writes bytes disassembled from goods of type G via a Write trait object.

Enums

ReadFault

A fault while reading a good of type G.

WriteFault

A fault while writing a good of type G.