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

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

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