pub type UdpStream = UdpFramedStream<LengthDelimitedCodec>;
Expand description
A UDP length-delimited frame Stream
(receiving).
Aliased Type§
struct UdpStream(/* private fields */);
pub type UdpStream = UdpFramedStream<LengthDelimitedCodec>;
A UDP length-delimited frame Stream
(receiving).
struct UdpStream(/* private fields */);