RequiredType

Trait RequiredType 

Source
pub trait RequiredType {
    const REQUIRED_TYPE: &'static str;
}

Required Associated Constants§

Source

const REQUIRED_TYPE: &'static str

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl RequiredType for RevocationList2020CredentialType

Source§

const REQUIRED_TYPE: &'static str = "RevocationList2020Credential"

Source§

impl RequiredType for StatusList2021CredentialType

Source§

const REQUIRED_TYPE: &'static str = "StatusList2021Credential"

Source§

impl RequiredType for CredentialType

Source§

const REQUIRED_TYPE: &'static str = VERIFIABLE_CREDENTIAL_TYPE

Source§

impl RequiredType for PresentationType

Source§

const REQUIRED_TYPE: &'static str = VERIFIABLE_PRESENTATION_TYPE