Struct pipe::PipeWriter
[−]
[src]
pub struct PipeWriter(_);
The Write end of a pipe (see pipe())
Methods
impl PipeWriter
fn into_inner(self) -> SyncSender<Vec<u8>>
Extracts the inner SyncSender from the writer