[][src]Type Definition orbtk::api::EventHandlerMap

type EventHandlerMap = Rc<RefCell<BTreeMap<Entity, Vec<Rc<dyn EventHandler + 'static>>>>>;