CredentialAttestationTrait

Trait CredentialAttestationTrait 

Source
pub trait CredentialAttestationTrait:
    Send
    + Sync
    + 'static {
    // Required method
    fn get_kind(&self) -> &str;
}

Required Methods§

Source

fn get_kind(&self) -> &str

Implementors§