Trait linked_data::AsRdfLiteral
source · pub trait AsRdfLiteral<V: IriVocabulary + LiteralVocabulary> {
// Required method
fn as_rdf_literal<'a>(
&'a self,
vocabulary: &V,
ty: LiteralTypeRef<'a, V::Iri>
) -> CowRdfLiteral<'_, V>;
}