pub type FramedSink<S, T> = FramedWrite<S, BincodeCodec<T>>;
Expand description
Sink (sending) half of BidiFramed
Aliased Typeยง
struct FramedSink<S, T> { /* private fields */ }
pub type FramedSink<S, T> = FramedWrite<S, BincodeCodec<T>>;
Sink (sending) half of BidiFramed
struct FramedSink<S, T> { /* private fields */ }