Crate epics_gen_macros

Source
Expand description

§epics_gen_macros

epics_gen_macros is an internal macro crate that contains macro definitions for the epics_gen library

Derive Macros§

AsRecord
Implements as_record method for struct. See as_record attributes for attribute information.
FromXlsxFloat
Convenience macro that implements FromXlsxFloat for marked type. It is used to automatically define functions needed to convert calamine::Data::Float to target type.
FromXlsxRow
Convenience macro that implements FromXlsxRow for marked type. It is used to automatically convert XlsxRow (XlsxRow = Vec<calamine::Data>) to target type (usually a structure).
FromXlsxString
Convenience macro that implements FromXlsxString for marked type. It is used to automatically define functions needed to convert calamine::Data::String to target type.