[][src]Type Definition alone_ee::EventHandler

type EventHandler<TEvent> = Box<dyn FnMut(&TEvent) -> EventHandlerResult>;