Type Definition json_ld_expansion::ExpansionResult

source ·
pub type ExpansionResult<T, B, M, L> = Result<Meta<ExpandedDocument<T, B, M>, M>, Meta<Error<M, <L as ContextLoader<T, M>>::ContextError>, M>>;
Expand description

Result of the document expansion.