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

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

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