Type Definition json_ld::ToRdfResult

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

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