pub type OwnedSocketlike = OwnedSocket;
Expand description
An owned socketlike object.
This is a portability abstraction over Unix-like OwnedFd
and
Windows’ OwnedSocket
.
Aliased Type§
struct OwnedSocketlike { /* private fields */ }
pub type OwnedSocketlike = OwnedSocket;
An owned socketlike object.
This is a portability abstraction over Unix-like OwnedFd
and
Windows’ OwnedSocket
.
struct OwnedSocketlike { /* private fields */ }