Struct pipe::PipeReader
[−]
[src]
pub struct PipeReader(_, _);
The Read end of a pipe (see pipe())
Methods
impl PipeReader
fn into_inner(self) -> (Receiver<Vec<u8>>, Vec<u8>)
Extracts the inner Receiver from the writer, and any pending buffered data