Type Definition json_ld::ExpandResult

source ·
pub type ExpandResult<I, B, M, L> = Result<Meta<ExpandedDocument<I, B, M>, M>, ExpandError<M, <L as Loader<I, M>>::Error, <L as ContextLoader<I, M>>::ContextError>>;
Expand description

Error that can be raised by the JsonLdProcessor::expand function.