rustix
1.0.8
In rustix::
backend::
net::
syscalls
rustix
::
backend
::
net
::
syscalls
Function
acceptfrom
Copy item path
Source
pub(crate) fn acceptfrom( fd:
BorrowedFd
<'_>, ) ->
Result
<(
OwnedFd
,
Option
<
SocketAddrAny
>)>