pub trait VerificationMethodSet: VerificationMethod {
type TypeSet: VerificationMethodTypeSet;
// Required method
fn type_set() -> Self::TypeSet;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.