Skip to main content

SubscriptionManagerRef

Type Alias SubscriptionManagerRef 

Source
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 */ }

Trait Implementations§