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 */ }
pub type SendStream<T> = SymmetricallyFramed<FramedWrite<SendStreamBytes, LengthDelimitedCodec>, T, SymmetricalBincode<T>>;
Send part of the serialized stream.
struct SendStream<T> { /* private fields */ }