Function pair

Source
fn pair<T>(flags: c_int) -> Result<(T, T)>
where T: FromRawFd,