Skip to main content

time_element

Macro time_element 

Source
macro_rules! time_element {
    ($(#[$meta:meta])* $name:ident) => { ... };
}
Expand description

Define an X12 time data element (TM, format HHMM/HHMMSS).

Stores the raw text exactly (byte-for-byte round-trip) and exposes a typed chrono::NaiveTime view via time(). Named by X12 element number (e.g. E337).