pub fn udp_bytestream(
socket: UdpSocket,
) -> (UdpBytesSink, UdpBytesStream, SocketAddr)Available on non-WebAssembly only.
Expand description
Helper creates a UDP Stream and Sink for undelimited streams of Bytes.
pub fn udp_bytestream(
socket: UdpSocket,
) -> (UdpBytesSink, UdpBytesStream, SocketAddr)Helper creates a UDP Stream and Sink for undelimited streams of Bytes.