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

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

The user function type for initialising their model.