Skip to main content

RdfVocabulary

Trait RdfVocabulary 

Source
pub trait RdfVocabulary:
    IriVocabulary
    + BlankIdVocabulary
    + LanguageTagVocabulary
    + Namespace<Id = Id<Self::Iri, Self::BlankId>> { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§