Function hydroflow::util::udp_bytes

source ·
pub fn udp_bytes(socket: UdpSocket) -> (UdpSink, UdpStream, SocketAddr)
Expand description

Helper creates a UDP Stream and Sink for Bytes strings where each string is length-delimited.