[][src]Trait barcode_command::barcode::Barcode1D

pub trait Barcode1D {
    fn encode_1d(&mut self) -> String;
fn get_human_text_1d(&self) -> String; }

Required methods

fn encode_1d(&mut self) -> String

fn get_human_text_1d(&self) -> String

Loading content...

Implementors

impl Barcode1D for POSTNET[src]

impl Barcode1D for Code39[src]

impl Barcode1D for Industrial2of5[src]

Loading content...