pub trait RdfLiteralValue: From<String> + From<Value> + From<Value> { }

Object Safety§

This trait is not object safe.

Implementors§