macro_rules! entity_fields {
() => { ... };
}Expand description
Macro to inject Entity base fields into a struct
Injects: id, entity_type, created_at, updated_at, deleted_at, status
macro_rules! entity_fields {
() => { ... };
}Macro to inject Entity base fields into a struct
Injects: id, entity_type, created_at, updated_at, deleted_at, status