pub type UdpLinesStream = UdpFramedStream<LinesCodec>;Available on crate feature
tokio and non-WebAssembly only.Expand description
A UDP newline-delimited String Stream (receivng).
Aliased Typeยง
pub struct UdpLinesStream(/* private fields */);