mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
port highlevel, borrow checker not done
This commit is contained in:
@@ -102,7 +102,11 @@ impl C40Encoder {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn encodeMaximal(
|
||||
pub fn encodeMaximalC40(&self, context: &EncoderContext,) {
|
||||
self.encodeMaximal(context, &Self::encodeChar_c40, &Self::handleEOD_c40)
|
||||
}
|
||||
|
||||
fn encodeMaximal(
|
||||
&self,
|
||||
context: &EncoderContext,
|
||||
encodeChar: &dyn Fn(char, &mut String) -> u32,
|
||||
|
||||
Reference in New Issue
Block a user