Trait duplex::HalfDuplex[][src]

pub trait HalfDuplex: Duplex + Read + Write { }

A combination of std::io::Read and std::io::Write intended for use in interactive I/O (as opposed to normal file I/O).

Implementors

impl<T: Duplex + Read + Write> HalfDuplex for T[src]

Loading content...