Type Alias nannou::app::ViewFn

source ·
pub type ViewFn<Model> = fn(_: &App, _: &Model, _: Frame<'_>);
Expand description

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