Embassy
embassy-sync

Crates

git

Versions

default

Flavors

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.

Implementors§

source§

impl<T, C: SealedPubSubBehavior<T>> PubSubBehavior<T> for C