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. Seeas_record attributes
for attribute information. - From
Xlsx Float - Convenience macro that implements FromXlsxFloat for marked type. It is used to automatically define functions needed to convert calamine::Data::Float to target type.
- From
Xlsx Row - 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). - From
Xlsx String - Convenience macro that implements FromXlsxString for marked type. It is used to automatically define functions needed to convert calamine::Data::String to target type.