Skip to main content

SharedEventBus

Type Alias SharedEventBus 

Source
pub type SharedEventBus = Arc<dyn EventBus>;
Expand description

A shared, thread-safe event bus

Aliased Type§

pub struct SharedEventBus { /* private fields */ }