// Generated by Qleany v1.4.8 from macros_lib.tera
use TokenStream;
/// 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)]