Type Definition nannou::EventFn [] [src]

type EventFn<Model, Event> = fn(_: &App, _: Model, _: Event) -> Model;