FlattenResult

Type Alias FlattenResult 

Source
pub type FlattenResult<I, B> = Result<Value, FlattenError<I, B>>;
Expand description

Result of the JsonLdProcessor::flatten function.

Aliased Type§

pub enum FlattenResult<I, B> {
    Ok(Value),
    Err(FlattenError<I, B>),
}

Variants§

§1.0.0

Ok(Value)

Contains the success value

§1.0.0

Err(FlattenError<I, B>)

Contains the error value