Type Definition rxing::RXingResultPointCallback

source ·
pub type RXingResultPointCallback = fn(_: &dyn ResultPoint);
Expand description

Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.

@see DecodeHintType#NEED_RESULT_POINT_CALLBACK