Type Definition nannou::window::DroppedFileFn[][src]

type DroppedFileFn<Model> = fn(_: &App, _: &mut Model, _: PathBuf);
Expand description

A function for processing dropped file events.