UdpStream

Type Alias UdpStream 

Source
pub type UdpStream = UdpFramedStream<LengthDelimitedCodec>;
Expand description

A UDP length-delimited frame Stream (receiving).

Aliased Typeยง

pub struct UdpStream(/* private fields */);