pub type TcpFramedSink<T> = Sender<(T, SocketAddr)>;Available on crate feature
tokio and non-WebAssembly only.Expand description
A framed TCP Sink (sending).
Aliased Typeยง
pub struct TcpFramedSink<T> { /* private fields */ }