[][src]Type Definition bae_rs::channels::ChannelRc

type ChannelRc = Rc<dyn Channel>;

Alias for a Channel wrapped in an Rc.