pub type UdpBytesStream = UdpFramedStream<BytesCodec>;Available on crate feature
tokio and non-WebAssembly only.Expand description
A UDP undelimited bytes Stream (receiving).
Aliased Typeยง
pub struct UdpBytesStream(/* private fields */);