Skip to main content

ChannelBox

Type Alias ChannelBox 

Source
pub type ChannelBox = Box<dyn BaseChannel>;
Expand description

A wrapper for type-erased channels

Aliased Typeยง

pub struct ChannelBox(/* private fields */);