pub fn udp_bytestream(
socket: UdpSocket,
) -> (UdpBytesSink, UdpBytesStream, SocketAddr)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.