pub type UdpStream = UdpFramedStream<LengthDelimitedCodec>;Available on non-WebAssembly only.
Expand description
A UDP length-delimited frame Stream (receiving).
Aliased Typeยง
pub struct UdpStream(/* private fields */);pub type UdpStream = UdpFramedStream<LengthDelimitedCodec>;A UDP length-delimited frame Stream (receiving).
pub struct UdpStream(/* private fields */);