pub type OwnedSocketlike = OwnedFd;
Expand description

An owned socketlike object.

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