rustix
1.1.2
In rustix::
backend::
pipe::
syscalls
rustix
::
backend
::
pipe
::
syscalls
Function
pipe
Copy item path
Source
pub(crate) fn pipe() ->
Result
<(
OwnedFd
,
OwnedFd
)>