Function hydroflow::util::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.