Type Alias nannou::app::EventFn

source ·
pub type EventFn<Model, Event> = fn(_: &App, _: &mut Model, _: Event);
Expand description

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