Attribute Macros§
- uow_
action - This macro is used to generate a unit of work (UoW) action for a given entity (e.g. Root) and specific action (e.g., create, update). Apply to a trait or an impl block. ex: #[unit_of_work::uow_action(entity = “Root”, action = “Create”, thread_safe = true)]