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