Struct std::comm::DuplexStream[src]
pub struct DuplexStream<S, R> {
// some fields omitted
}An extension of pipes::stream that allows both sending and receiving.
pub struct DuplexStream<S, R> {
// some fields omitted
}An extension of pipes::stream that allows both sending and receiving.
impl<S: Send, R: Send> DuplexStream<S, R>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).