pub trait MessageExt {
    fn try_extract_document(
        &self,
        did: &IotaDID
    ) -> Option<ResolvedIotaDocument>; fn try_extract_diff(&self, did: &IotaDID) -> Option<DiffMessage>; }

Required Methods

Implementors