Type Alias hydroflow::util::UdpBytesStream
source · pub type UdpBytesStream = UdpFramedStream<BytesCodec>;
Expand description
A UDP undelimited bytes Stream
(receiving).
Aliased Type§
struct UdpBytesStream(/* private fields */);