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