Struct os_pipe::Pair [] [src]

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

Fields

read: File write: File