type CellTx = CountingSink<Sender<(AnyChanCell, Option<QueuedCellPaddingInfo>), MpscSpec>>;Expand description
Implementation type for a ChannelSender.
Aliased Typeยง
struct CellTx { /* private fields */ }type CellTx = CountingSink<Sender<(AnyChanCell, Option<QueuedCellPaddingInfo>), MpscSpec>>;Implementation type for a ChannelSender.
struct CellTx { /* private fields */ }