Skip to main content

Crate text_document_macros

Crate text_document_macros 

Source

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)]