pub trait SubscriptionIdProvider: IdProvider + DynClone { }
Expand description

Trait for providing subscription IDs that can be cloned.

Implementors§