Skip to main content

BoxedChannelSink

Type Alias BoxedChannelSink 

Source
pub(super) type BoxedChannelSink = Box<dyn Sink<AnyChanCell, Error = Error> + Send + Unpin + 'static>;
Expand description

A boxed trait object that can sink ChanCells.

Aliased Typeยง

pub(super) struct BoxedChannelSink(/* private fields */);