Type Alias nannou::app::ModelFn

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

The user function type for initialising their model.