Type Definition iri_string::types::UriRelativeStr
source · [−]pub type UriRelativeStr = RiRelativeStr<UriSpec>;Expand description
A type alias for RiRelativeStr<UriSpec>.
Trait Implementations
sourceimpl AsRef<RiRelativeStr<IriSpec>> for UriRelativeStr
impl AsRef<RiRelativeStr<IriSpec>> for UriRelativeStr
sourcefn as_ref(&self) -> &IriRelativeStr
fn as_ref(&self) -> &IriRelativeStr
Converts this type into a shared reference of the (usually inferred) input type.