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