Type Alias dfir_rs::util::UdpLinesStream
source · pub type UdpLinesStream = UdpFramedStream<LinesCodec>;Expand description
A UDP newline-delimited String Stream (receivng).
Aliased Type§
struct UdpLinesStream(/* private fields */);