mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
aztec red lines
This commit is contained in:
@@ -798,7 +798,7 @@ pub trait Writer {
|
||||
* @return {@link BitMatrix} representing encoded barcode image
|
||||
* @throws WriterException if contents cannot be encoded legally in a format
|
||||
*/
|
||||
fn encode<T>(&self, contents: &String, format: &BarcodeFormat, width: i32, height: i32, hints: &HashMap<EncodeHintType, T>) -> Result<BitMatrix, WriterException> ;
|
||||
fn encode<T>(&self, contents: &String, format: &BarcodeFormat, width: i32, height: i32, hints: Option<&HashMap<EncodeHintType, T>>) -> Result<BitMatrix, WriterException> ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user