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

@@ -28,6 +28,7 @@ use super::encoder::{encoder, AztecCode};
/**
* Renders an Aztec code as a {@link BitMatrix}.
*/
#[derive(Default)]
pub struct AztecWriter;
impl Writer for AztecWriter {