ChannelRef

Type Alias ChannelRef 

Source
pub type ChannelRef = Arc<dyn Channel>;
Expand description

Type alias for a trait object reference to any Channel implementation.

Aliased Typeยง

pub struct ChannelRef { /* private fields */ }