Skip to main content

Module net

Module net 

Source
Expand description

Types used for networking (async_std implementation)

Macros§

impl_stream 🔒
Implement NetStreamProvider-related functionality for a single address type.

Structs§

IncomingTcpStreams
A Stream of incoming streams.
IncomingUnixStreams
A Stream of incoming streams.
UdpSocket
Wrap a AsyncStd UdpSocket