pub type SubscriptionManagerRef = Arc<dyn SubscriptionManagerProtocol>;Expand description
Type-erased reference to any actor implementing SubscriptionManagerProtocol.
Use this type to store protocol references without depending on the concrete actor type.
Aliased Type§
pub struct SubscriptionManagerRef { /* private fields */ }