Trait std::old_io::StreamUnstable [-] [+] [src]

pub trait Stream: Reader + Writer { }

A Stream is a readable and a writable object. Data written is typically received by the object which reads receive data from.

Implementors