Available on crate feature
channel
only.Expand description
A module that contains the channel implementation for io operations.
Structs§
- Channel
Compat - A wrapper around a channel that implements
std::io::Read
andstd::io::Write
. The wrapper allows for the channel to be used with theInput
andOutput
structs.
Traits§
- Channel
Compat Recv - A trait that represents a channel that can be read from.
- Channel
Compat Send - A trait that represents a channel that can be written to.