Type Alias json_ld::FlattenResult

source ·
pub type FlattenResult<I, B, L> = Result<Value, FlattenError<I, B, <L as Loader<I>>::Error>>;
Expand description

Result of the JsonLdProcessor::flatten function.

Aliased Type§

enum FlattenResult<I, B, L> {
    // some variants omitted
}

Variants§