pub type UriFragmentStr = RiFragmentStr<UriSpec>;
Expand description
A type alias for RiFragmentStr
<
UriSpec
>
.
Aliased Type§
struct UriFragmentStr { /* private fields */ }
Trait Implementations§
source§impl AsRef<RiFragmentStr<IriSpec>> for UriFragmentStr
impl AsRef<RiFragmentStr<IriSpec>> for UriFragmentStr
source§fn as_ref(&self) -> &IriFragmentStr
fn as_ref(&self) -> &IriFragmentStr
Converts this type into a shared reference of the (usually inferred) input type.