pub(super) type BoxedChannelSink = Box<dyn Sink<AnyChanCell, Error = Error> + Send + Unpin + 'static>;
A boxed trait object that can sink ChanCells.
ChanCell
pub(super) struct BoxedChannelSink(/* private fields */);