pub trait AsIriRef {
    fn as_iri_ref(&self) -> IriRef<'_>;
}
Expand description

Automatic trait for IsIriRef, providing cheap conversion to IriRef.

Required methods

Extract an IriRef wrapping the underlying str.

Implementors