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