Module channel

Source
Available on crate feature channel only.
Expand description

A module that contains the channel implementation for io operations.

Structs§

ChannelCompat
A wrapper around a channel that implements std::io::Read and std::io::Write. The wrapper allows for the channel to be used with the Input and Output structs.

Traits§

ChannelCompatRecv
A trait that represents a channel that can be read from.
ChannelCompatSend
A trait that represents a channel that can be written to.