pub trait AsIriRef {
// Required method
fn as_iri_ref(&self) -> IriRef<&str>;
}
Required Methods§
Sourcefn as_iri_ref(&self) -> IriRef<&str>
fn as_iri_ref(&self) -> IriRef<&str>
Extract an IriRef
wrapping the underlying str
.
pub trait AsIriRef {
// Required method
fn as_iri_ref(&self) -> IriRef<&str>;
}
Extract an IriRef
wrapping the underlying str
.