mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-28 05:12:34 +00:00
update for shared state and improved performance
This commit is contained in:
@@ -551,13 +551,13 @@ impl OneDReader for StandInStruct {
|
||||
}
|
||||
|
||||
impl Reader for StandInStruct {
|
||||
fn decode(&mut self, _image: &crate::BinaryBitmap) -> Result<RXingResult, Exceptions> {
|
||||
fn decode(&mut self, _image: &mut crate::BinaryBitmap) -> Result<RXingResult, Exceptions> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn decode_with_hints(
|
||||
&mut self,
|
||||
_image: &crate::BinaryBitmap,
|
||||
_image: &mut crate::BinaryBitmap,
|
||||
_hints: &crate::DecodingHintDictionary,
|
||||
) -> Result<RXingResult, Exceptions> {
|
||||
todo!()
|
||||
|
||||
Reference in New Issue
Block a user