Struct os_pipe::PipePair [] [src]

pub struct PipePair {
    pub read: File,
    pub write: File,
}

Fields

read: File write: File