[][src]Module market::io

Implements Consumer and Producer for std::io::Read and std::io::Write trait objects.

Structs

Reader

Consumes goods of type G from bytes read by an item implementing std::io::Read.

Writer

Produces goods of type G by writing bytes via an item implementing std::io::Write.

Enums

ReadError

An error while reading a good of type G.

WriteError

An error while writing a good of type G.