Skip to main content

BoxedChannelStreamOps

Type Alias BoxedChannelStreamOps 

Source
pub(super) type BoxedChannelStreamOps = Box<dyn StreamOps + Send + Unpin + 'static>;
Expand description

A boxed trait object that can provide additional StreamOps on a BoxedChannelStream.

Aliased Typeยง

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