pub type PointCallback = Arc<dyn Fn(Point) + Send + Sync>;Expand description
Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
Aliased Typeยง
pub struct PointCallback { /* private fields */ }