Type Alias 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.

Aliased Type§

struct OwnedSocketlike { /* private fields */ }