Type Definition json_ld::FlattenResult

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

Result of the JsonLdProcessor::flatten function.