Type Alias UriStr

Source
pub type UriStr = RiStr<UriSpec>;
Expand description

A type alias for RiStr<UriSpec>.

Aliased Type§

struct UriStr { /* private fields */ }

Trait Implementations§

Source§

impl AsRef<RiStr<IriSpec>> for UriStr

Source§

fn as_ref(&self) -> &IriStr

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