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

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

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