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

type ViewFn<Model> = fn(_: &App, _: &Model, _: Frame);

The user function type for drawing their model to the surface of a single window.