Trait reactive_mutiny::types::FullDuplexMultiChannel
source · pub trait FullDuplexMultiChannel<'a, ItemType: 'a + Debug + Send + Sync, DerivedItemType: 'a + Debug = ItemType>: ChannelCommon<'a, ItemType, DerivedItemType> + ChannelMulti<'a, ItemType, DerivedItemType> + ChannelProducer<'a, ItemType, DerivedItemType> + ChannelConsumer<'a, DerivedItemType> { }Expand description
A fully fledged Multi channel, that has both the producer and consumer parts