pub type MetaValidVocabularyId<V, M> = Meta<Id<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>, M>;

Aliased Type§

struct MetaValidVocabularyId<V, M>(pub Id<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>, pub M);

Fields§

§0: Id<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>§1: M