Function expand_iri_simple

Source
pub fn expand_iri_simple<W, N, L, H>(
    env: &mut Environment<'_, N, L, H>,
    active_context: &Context<N::Iri, N::BlankId>,
    value: Nullable<ExpandableRef<'_>>,
    document_relative: bool,
    vocab: Option<Action>,
) -> IriExpansionResult<N>
where N: VocabularyMut, N::Iri: Clone, N::BlankId: Clone, W: From<MalformedIri>, H: Handler<N, W>,
Expand description

Default values for document_relative and vocab should be false and true.