mirror of
https://github.com/starovoid/rxing.git
synced 2026-09-26 18:05:10 +00:00
return a slice for RXingResultPoints
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ pub use bit_array::*;
|
||||
pub trait DetectorRXingResult {
|
||||
fn getBits(&self) -> &BitMatrix;
|
||||
|
||||
fn getPoints(&self) -> &Vec<RXingResultPoint>;
|
||||
fn getPoints(&self) -> &[RXingResultPoint];
|
||||
}
|
||||
|
||||
// pub struct DetectorRXingResult {
|
||||
|
||||
Reference in New Issue
Block a user