Type Alias UriFragmentStr

Source
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

Source§

fn as_ref(&self) -> &IriFragmentStr

Converts this type into a shared reference of the (usually inferred) input type.