Skip to main content

ChannelRef

Type Alias ChannelRef 

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

Type-erased channel handle. Useful when multiple node implementations share the same channel and you want runtime polymorphism without generic plumbing.

Aliased Typeยง

pub struct ChannelRef { /* private fields */ }