pub type UdpLinesStream = UdpFramedStream<LinesCodec>;
Available on non-WebAssembly only.
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 */);