Type Alias json_ld::ToRdfResult

source ·
pub type ToRdfResult<'a, V, G, L> = Result<ToRdf<'a, 'a, V, G>, ToRdfError<<L as Loader<<V as IriVocabulary>::Iri>>::Error>>;
Expand description

Error that can be raised by the JsonLdProcessor::to_rdf function.

Aliased Type§

enum ToRdfResult<'a, V, G, L> {
    // some variants omitted
}

Variants§