mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 04:42:35 +00:00
upca integration
This commit is contained in:
@@ -157,3 +157,9 @@ impl EAN13Reader {
|
||||
return Err(Exceptions::NotFoundException("".to_owned()));
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for EAN13Reader {
|
||||
fn default() -> Self {
|
||||
Self {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user