Trait ssi_dids_core::DIDMethod

source ·
pub trait DIDMethod {
    const DID_METHOD_NAME: &'static str;
}
Expand description

DID Method type.

Required Associated Constants§

source

const DID_METHOD_NAME: &'static str

Name of the method.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a, M: DIDMethod> DIDMethod for &'a M

source§

const DID_METHOD_NAME: &'static str = M::DID_METHOD_NAME

Implementors§