Type Alias json_ld::flattening::ExtendNodeMapResult
source · pub type ExtendNodeMapResult<V, M> = Result<Meta<Indexed<Object<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId, M>, M>, M>, ConflictingIndexes<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId, M>>;
Aliased Type§
enum ExtendNodeMapResult<V, M> {
Ok(Meta<Indexed<Object<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId, M>, M>, M>),
Err(ConflictingIndexes<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId, M>),
}
Variants§
Ok(Meta<Indexed<Object<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId, M>, M>, M>)
Contains the success value
Err(ConflictingIndexes<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId, M>)
Contains the error value