type OwnedCommitment<S> = (Arc<SsaReconstructor<S>>, SsaId<<S as PixSpec>::Pseudonym>);Expand description
What an SsaCommitmentGuard needs to release its SSA: where it is registered, and which one.
type OwnedCommitment<S> = (Arc<SsaReconstructor<S>>, SsaId<<S as PixSpec>::Pseudonym>);What an SsaCommitmentGuard needs to release its SSA: where it is registered, and which one.