Trait MaybeIri

Source
pub trait MaybeIri {
    type Iri;
}
Expand description

Types that may represent an iri.

Required Associated Types§

Source

type Iri

Inner iri type.

Implementors§

Source§

impl<I, B> MaybeIri for Id<I, B>

Source§

type Iri = I

Source§

impl<I: MaybeIri, L> MaybeIri for Term<I, L>

Source§

type Iri = <I as MaybeIri>::Iri