Function pipe

Source
pub fn pipe() -> (PipeWriter, PipeReader)
Expand description

Creates a piped pair of an AsyncWrite and an AsyncRead.