Module sockets

Module sockets 

Source

Structs§

TcpSocket
A host TCP socket, plus associated bookkeeping.
UdpSocket
A host UDP socket, plus associated bookkeeping.
WasiSockets
A helper struct which implements HasData for the wasi:sockets APIs.
WasiSocketsCtx
WasiSocketsCtxView

Enums§

SocketAddrUse
The reason what a socket address is being used for.

Traits§

WasiSocketsView