[][src]Type Definition nannou::app::EventFn

type EventFn<Model, Event> = fn(_: &App, _: &mut Model, _: Event);

The user function type for updating their model in accordance with some event.