mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
wip: Search & replace RXingResultPoint with Point
Build fails because the OneDReader proc macro expects that a RXingResultPoint type exists.
This commit is contained in:
@@ -36,7 +36,7 @@ pub use encode_hints::*;
|
||||
|
||||
/// Callback which is invoked when a possible result point (significant
|
||||
/// point in the barcode image such as a corner) is found.
|
||||
pub type RXingResultPointCallback = Rc<dyn Fn(&dyn ResultPoint)>;
|
||||
pub type PointCallback = Rc<dyn Fn(&dyn ResultPoint)>;
|
||||
|
||||
mod decode_hints;
|
||||
pub use decode_hints::*;
|
||||
|
||||
Reference in New Issue
Block a user