Type Alias SendStream

Source
pub type SendStream<T> = SymmetricallyFramed<FramedWrite<SendStreamBytes, LengthDelimitedCodec>, T, SymmetricalBincode<T>>;
Expand description

Send part of the serialized stream.

Aliased Typeยง

struct SendStream<T> { /* private fields */ }