[][src]Type Definition nannou::ui::widget::IsOverFn

type IsOverFn = fn(&Container, [f64; 2], &Theme) -> IsOver;

A function type used to determine whether or not a given point is over a widget.