Skip to main content

HitTest

Type Alias HitTest 

Source
pub type HitTest = Arc<dyn Fn(i64, i64) -> Option<String> + Send + Sync>;
Expand description

Thread-safe production pointer hit-test in (column, row) order.

Aliased Typeยง

pub struct HitTest { /* private fields */ }