Module socket

1.63.0 · Source
Available on Windows only.
Expand description

Owned and borrowed OS sockets.

Structs§

BorrowedSocket
A borrowed socket.
OwnedSocket
An owned socket.

Traits§

AsSocket
A trait to borrow the socket from an underlying object.

Functions§

last_error 🔒
Returns the last error from the Windows socket interface.

Type Aliases§

ValidRawSocket 🔒