Type Alias barcoders::sym::ean13::UPCA

source ·
pub type UPCA = EAN13;
Expand description

The UPC-A barcode type. UPC-A are EAN-13 that start with a 0.

Aliased Type§

struct UPCA(/* private fields */);