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

type SketchViewFn = fn(_: &App, _: Frame<'_>);
Expand description

A shorthand version of ViewFn for sketches where the user does not need a model.