rustix
1.1.2
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
>)>