re-add RXingResultPointCallback for backwards-compat

This commit is contained in:
Vukašin Stepanović
2023-02-16 15:02:24 +00:00
parent 3881df6672
commit 41150a8f8b

View File

@@ -38,6 +38,9 @@ pub use encode_hints::*;
/// point in the barcode image such as a corner) is found.
pub type PointCallback = Rc<dyn Fn(&dyn ResultPoint)>;
/** Temporary type to ease refactoring and keep backwards-compatibility */
pub type RXingResultPointCallback = PointCallback;
mod decode_hints;
pub use decode_hints::*;