pub trait IsIriRef: Borrow<str> { }
Expand description

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

Implementors