embassy-sync

Crates

0.6.0

Versions

default

Flavors

Trait 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