Type Alias IntoDocumentResult

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

Result returned by the JsonLdProcessor::into_document function.

Aliased Type§

pub 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