default for boxable writers

This commit is contained in:
Henry Schimke
2023-01-03 06:26:48 -06:00
parent 203befcd04
commit 7145934f84
4 changed files with 18 additions and 14 deletions

View File

@@ -37,6 +37,7 @@ use super::encoder::error_correction;
* @author dswitkin@google.com (Daniel Switkin)
* @author Guillaume Le Biller Added to zxing lib.
*/
#[derive(Default)]
pub struct DataMatrixWriter;
impl Writer for DataMatrixWriter {