pub trait DIDCore {
    fn get_verification_methods(
        &self,
        config: Config,
        controller: &str
    ) -> Vec<VerificationMethod, Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
; fn get_did_document(&self, config: Config) -> Document; }

Required Methods

Implementors