pub trait HitTester<'window>: FnMut(Point) -> HitTestResult + 'window { }
Expand description

A callback to hit test with the mouse position.

Implementors§