Trait ssi_dids_core::DIDMethod
source · pub trait DIDMethod {
const DID_METHOD_NAME: &'static str;
}
Expand description
DID Method type.
Required Associated Constants§
sourceconst DID_METHOD_NAME: &'static str
const DID_METHOD_NAME: &'static str
Name of the method.
Object Safety§
This trait is not object safe.