UdpLinesStream

Type Alias UdpLinesStream 

Source
pub type UdpLinesStream = UdpFramedStream<LinesCodec>;
Expand description

A UDP newline-delimited String Stream (receivng).

Aliased Typeยง

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