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