pub trait RdfLiteralType<V: IriVocabulary>: From<LiteralType<V::Iri>> { }

Object Safety§

This trait is not object safe.

Implementors§