mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
partial port of rss expanded tests, incomplete
This commit is contained in:
@@ -21,7 +21,7 @@ use super::ExpandedPair;
|
||||
/**
|
||||
* One row of an RSS Expanded Stacked symbol, consisting of 1+ expanded pairs.
|
||||
*/
|
||||
#[derive(Hash)]
|
||||
#[derive(Hash, Clone)]
|
||||
pub struct ExpandedRow {
|
||||
pairs: Vec<ExpandedPair>,
|
||||
rowNumber: u32,
|
||||
|
||||
Reference in New Issue
Block a user