Type Alias hydroflow::util::UdpSink

source ·
pub type UdpSink = UdpFramedSink<LengthDelimitedCodec, Bytes>;
Expand description

A UDP length-delimited frame Sink (sending).

Aliased Type§

struct UdpSink { /* private fields */ }