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

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

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