pub trait RdfLiteralValue:
From<String>
+ From<Value>
+ From<Value> { }Expand description
Value that can be stored as an RDF literal.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".