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

type ModelFn<Model> = fn(_: &App) -> Model;
Expand description

The user function type for initialising their model.