Skip to main content

BoxedChannelStream

Type Alias BoxedChannelStream 

Source
pub(super) type BoxedChannelStream = Box<dyn Stream<Item = Result<AnyChanCell, Error>> + Send + Unpin + 'static>;
Expand description

A boxed trait object that can provide ChanCells.

Aliased Typeยง

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