Trait gs1::GS1

source ·
pub trait GS1 {
    // Required method
    fn to_gs1(&self) -> String;
}
Expand description

A GS1 object which is capable of being represented as a GS1 element string.

Required Methods§

source

fn to_gs1(&self) -> String

Return the GS1 element string for this object.

Example: (01) 80614141123458 (21) 6789

Implementors§