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

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

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