pub trait AdvancedChannel<T: Instance>: AdvancedChannel<T> { }
Expand description

Advanced channel instance trait.

Object Safety§

This trait is not object safe.

Implementors§