Type Alias nannou::app::ExitFn

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

The user function type allowing them to consume the model when the application exits.