Type Definition io_lifetimes::OwnedSocketlike
source · pub type OwnedSocketlike = OwnedFd;Expand description
An owned socketlike object.
This is a portability abstraction over Unix-like OwnedFd and
Windows’ OwnedSocket.
pub type OwnedSocketlike = OwnedFd;An owned socketlike object.
This is a portability abstraction over Unix-like OwnedFd and
Windows’ OwnedSocket.