mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
DetectPureQR ported
This commit is contained in:
@@ -54,6 +54,12 @@ impl std::ops::IndexMut<usize> for PatternRow {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<Vec<PatternType>> for PatternRow {
|
||||
fn from(value: Vec<PatternType>) -> Self {
|
||||
Self(value)
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Iterator for PatternView<'_> {
|
||||
type Item = PatternType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user