Trait embassy_sync::pubsub::PubSubBehavior
source · pub trait PubSubBehavior<T>: SealedPubSubBehavior<T> { }
Expand description
‘Middle level’ behaviour of the pubsub channel. This trait is used so that Sub and Pub can be generic over the channel.