pub fn udp_bytes(socket: UdpSocket) -> (UdpSink, UdpStream, SocketAddr)Available on non-WebAssembly only.
Expand description
Helper creates a UDP Stream and Sink for Bytes strings where each string is
length-delimited.
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.