pub type SocketDescriptor = FileDescriptor;
Expand description
Socket descriptors are also file descriptors and so all file operations can also be used on sockets
Aliased Typeยง
struct SocketDescriptor(/* private fields */);
pub type SocketDescriptor = FileDescriptor;
Socket descriptors are also file descriptors and so all file operations can also be used on sockets
struct SocketDescriptor(/* private fields */);