Skip to main content

CellTx

Type Alias CellTx 

Source
type CellTx = CountingSink<Sender<(AnyChanCell, Option<QueuedCellPaddingInfo>), MpscSpec>>;
Expand description

Implementation type for a ChannelSender.

Aliased Typeยง

struct CellTx { /* private fields */ }