Type Alias CompactResult

Source
pub type CompactResult = Result<Value, CompactError>;
Expand description

Result of the JsonLdProcessor::compact function.

Aliased Type§

pub enum CompactResult {
    Ok(Value),
    Err(CompactError),
}

Variants§

§1.0.0

Ok(Value)

Contains the success value

§1.0.0

Err(CompactError)

Contains the error value