Type Definition json_ld::CompareResult

source ·
pub type CompareResult<I, M, L> = Result<bool, ExpandError<M, <L as Loader<I, M>>::Error, <L as ContextLoader<I, M>>::ContextError>>;
Expand description

Result of the JsonLdProcessor::compare function.