Trait ruva::TUnitOfWorkCommandHandler

source ·
pub trait TUnitOfWorkCommandHandler: Send + Sync {
    type Dependency;

    // Required method
    fn destruct(self) -> Self::Dependency;
}

Required Associated Types§

Required Methods§

source

fn destruct(self) -> Self::Dependency

Implementors§