rustix::backend::pipe::syscalls

Function pipe

Source
pub(crate) fn pipe() -> Result<(OwnedFd, OwnedFd)>