sophia_iri

Trait IsIri

Source
pub trait IsIri: IsIriRef { }
Expand description

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

Implementors§

Source§

impl<T: Borrow<str>> IsIri for Iri<T>

Source§

impl<T: Deref<Target = str>> IsIri for BaseIri<T>