Type Alias json_ld::IntoDocumentResult

source ·
pub type IntoDocumentResult<I, B> = Result<Document<I, B>, ExpandError>;
Expand description

Result returned by the JsonLdProcessor::into_document function.

Aliased Type§

enum IntoDocumentResult<I, B> {
    Ok(Document<I, B>),
    Err(ExpandError),
}

Variants§

§1.0.0

Ok(Document<I, B>)

Contains the success value

§1.0.0

Err(ExpandError)

Contains the error value