pub type UdpBytesStream = UdpFramedStream<BytesCodec>;Expand description
A UDP undelimited bytes Stream (receiving).
Aliased Typeยง
struct UdpBytesStream(/* private fields */);pub type UdpBytesStream = UdpFramedStream<BytesCodec>;A UDP undelimited bytes Stream (receiving).
struct UdpBytesStream(/* private fields */);