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

type UpdateFn<Model> = fn(_: &App, _: &mut Model, _: Update);
Expand description

The user function type for updating the user model within the application loop.