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.
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.