pub type ChannelRef = Arc<dyn Channel>;
Type alias for a trait object reference to any Channel implementation.
pub struct ChannelRef { /* private fields */ }