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

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