pub trait IntoIri: MaybeIri { // Required method fn into_iri(self) -> Option<Self::Iri>; }
Types that can be turned into an iri.
Converts the value into an iri, if any.