Type Alias rxing::PointCallback

source ·
pub type PointCallback = Rc<dyn Fn(Point)>;
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§

struct PointCallback { /* private fields */ }