pub type ChannelBox = Box<dyn BaseChannel>;Expand description
A wrapper for type-erased channels
Aliased Typeยง
pub struct ChannelBox(/* private fields */);pub type ChannelBox = Box<dyn BaseChannel>;A wrapper for type-erased channels
pub struct ChannelBox(/* private fields */);