pub fn udp_bytes(socket: UdpSocket) -> (UdpSink, UdpStream, SocketAddr)
Helper creates a UDP Stream and Sink for Bytes strings where each string is length-delimited.
Stream
Sink
Bytes