pub type UdpLinesStream = UdpFramedStream<LinesCodec>;
Expand description
A UDP newline-delimited String
Stream
(receivng).
Aliased Typeยง
pub struct UdpLinesStream(/* private fields */);
pub type UdpLinesStream = UdpFramedStream<LinesCodec>;
A UDP newline-delimited String
Stream
(receivng).
pub struct UdpLinesStream(/* private fields */);