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.
pub trait PubSubBehavior<T>: SealedPubSubBehavior<T> { }‘Middle level’ behaviour of the pubsub channel. This trait is used so that Sub and Pub can be generic over the channel.