Type Alias json_ld::ToRdfResult
source · pub type ToRdfResult<'a, V, G> = Result<ToRdf<'a, 'a, V, G>, ToRdfError>;
Expand description
Error that can be raised by the JsonLdProcessor::to_rdf
function.
Aliased Type§
enum ToRdfResult<'a, V, G> {
Ok(ToRdf<'a, 'a, V, G>),
Err(ToRdfError),
}
Variants§
Ok(ToRdf<'a, 'a, V, G>)
Contains the success value
Err(ToRdfError)
Contains the error value