Type Definition iri_string::types::UriFragmentStr
source · [−]pub type UriFragmentStr = RiFragmentStr<UriSpec>;
Expand description
A borrowed string type for a fragment part of an URI.
Trait Implementations
sourceimpl AsRef<RiFragmentStr<IriSpec>> for UriFragmentStr
impl AsRef<RiFragmentStr<IriSpec>> for UriFragmentStr
sourcefn as_ref(&self) -> &IriFragmentStr
fn as_ref(&self) -> &IriFragmentStr
Converts this type into a shared reference of the (usually inferred) input type.