Type Alias ToRdfResult

Source
pub type ToRdfResult<V, G> = Result<ToRdf<V, G>, ToRdfError>;
Expand description

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

Aliased Type§

pub enum ToRdfResult<V, G> {
    Ok(ToRdf<V, G>),
    Err(ToRdfError),
}

Variants§

§1.0.0

Ok(ToRdf<V, G>)

Contains the success value

§1.0.0

Err(ToRdfError)

Contains the error value