Type Alias nannou::app::UpdateFn

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

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