pub type OwnedSocketlike = OwnedSocket;
Expand description

An owned socketlike object.

This is a portability abstraction over Unix-like OwnedFd and Windows’ OwnedSocket.