Trait ruva::command::uow::TUnitOfWorkCommandHandler
source · pub trait TUnitOfWorkCommandHandler: Send + Sync {
type Dependency;
// Required method
fn destruct(self) -> Self::Dependency;
}pub trait TUnitOfWorkCommandHandler: Send + Sync {
type Dependency;
// Required method
fn destruct(self) -> Self::Dependency;
}