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

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

The user function type for initialising their model.