[][src]Trait gs1::GS1

pub trait GS1 {
    fn to_gs1(&self) -> String;
}

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

Required methods

fn to_gs1(&self) -> String

Return the GS1 element string for this object.

Example: (01) 80614141123458 (21) 6789

Loading content...

Implementors

impl GS1 for SGTIN198[src]

impl GS1 for SGTIN96[src]

impl GS1 for SSCC96[src]

impl GS1 for GTIN[src]

Loading content...