UdpSink

Type Alias UdpSink 

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

A UDP length-delimited frame Sink (sending).

Aliased Typeยง

pub struct UdpSink { /* private fields */ }