DynSubscription

Type Alias DynSubscription 

Source
pub type DynSubscription = Arc<dyn Single>;

Aliased Type§

pub struct DynSubscription { /* private fields */ }

Trait Implementations§

Source§

impl BroadcastingSingle for DynSubscription

Source§

fn broadcasting(self, context: &SubscriptionContext) -> DynSubscription

Returns the broadcasting instance of the subscription. Read more