Struct barcoders::sym::codabar::Codabar [] [src]

pub struct Codabar(_);

The Codabar barcode type.

Methods

impl Codabar
[src]

Creates a new Codabar barcode.

Returns Result indicating parse success.

Encodes the barcode. Returns a Vec of binary digits.

Trait Implementations

impl Debug for Codabar
[src]

Formats the value using the given formatter.