pub trait IsIri: IsIriRef { }
Marker trait guaranteeing that the underlying str is a valid IRI-reference (i.e. absolute, with an optional fragment identifier)
str