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;
}