pub trait Associated<T>: Sized {
    type Value;
}
Expand description

Marker trait claiming that Self has an associated Value.

Required Associated Types§

source

type Value

Some type associated with Self.

Implementations on Foreign Types§

source§

impl<T: Limits> Associated<T> for (TrustRegistryIdForParticipants, IssuerOrVerifier)

source§

impl<T> Associated<T> for ()

§

type Value = ()

source§

impl<T: TypesAndLimits> Associated<T> for (TrustRegistryId, Issuer)

Implementors§

source§

impl<T: Limits> Associated<T> for AccumParametersStorageKey

source§

impl<T: Limits> Associated<T> for AccumPublicKeyStorageKey

source§

impl<T: Limits> Associated<T> for BlobId

source§

impl<T: Limits> Associated<T> for TrustRegistryId

source§

impl<T: TypesAndLimits> Associated<T> for DidMethodKey

§

type Value = WithNonce<T, ()>

source§

impl<T: TypesAndLimits> Associated<T> for DidOrDidMethodKey

source§

impl<T: TypesAndLimits> Associated<T> for AccumulatorId

source§

impl<T: TypesAndLimits> Associated<T> for AccumulatorOwner

source§

impl<T: TypesAndLimits> Associated<T> for Attester

source§

impl<T: TypesAndLimits> Associated<T> for Did

source§

impl<T: TypesAndLimits> Associated<T> for SignatureParamsOwner

§

type Value = IncId

source§

impl<T: TypesAndLimits> Associated<T> for RevocationRegistryId

source§

impl<T: TypesAndLimits> Associated<T> for StatusListCredentialId

source§

impl<T: TypesAndLimits> Associated<T> for Convener

source§

impl<T: TypesAndLimits> Associated<T> for TrustRegistryIdForParticipants