Function udp_bytestream

Source
pub fn udp_bytestream(
    socket: UdpSocket,
) -> (UdpBytesSink, UdpBytesStream, SocketAddr)
Expand description

Helper creates a UDP Stream and Sink for undelimited streams of Bytes.