potential rewrite of matchprefixed

This commit is contained in:
Henry Schimke
2022-09-03 17:17:42 -05:00
parent d80ead1d7b
commit 65029818c7
14 changed files with 443 additions and 331 deletions

View File

@@ -44,7 +44,8 @@ mod RGBLuminanceSourceTestCase;
*
* @author Sean Owen
*/
pub enum BarcodeFormat {
#[derive(Debug,PartialEq, Eq,Hash)]
pub enum BarcodeFormat {
/** Aztec 2D barcode format. */
AZTEC,