pub type EventManager = EventManager<Arc<Mutex<dyn MutEventSubscriber>>>;
Shorthand type for the EventManager flavour used by Firecracker.
pub struct EventManager { /* private fields */ }