pub type SendStream<T> = SymmetricallyFramed<FramedWrite<SendStreamBytes, LengthDelimitedCodec>, T, SymmetricalBincode<T>>;Expand description
Send part of the serialized stream.
Aliased Typeยง
pub struct SendStream<T> { /* private fields */ }pub type SendStream<T> = SymmetricallyFramed<FramedWrite<SendStreamBytes, LengthDelimitedCodec>, T, SymmetricalBincode<T>>;Send part of the serialized stream.
pub struct SendStream<T> { /* private fields */ }