rustix
0.38.39
In rustix::backend::net::syscalls
Function
rustix
::
backend
::
net
::
syscalls
::
accept_with
Copy item path
source
ยท
[
−
]
pub(crate) fn accept_with( fd:
BorrowedFd
<'_>, flags:
SocketFlags
, ) ->
Result
<
OwnedFd
>