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

type ExitFn<Model> = fn(_: &App, _: Model);

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