pub type EventFn<Model, Event> = fn(_: &App, _: &mut Model, _: Event);
The user function type for updating their model in accordance with some event.