Type Alias UriString

Source
pub type UriString = RiString<UriSpec>;
Expand description

A type alias for RiString<UriSpec>.

Aliased Type§

pub struct UriString { /* private fields */ }

Trait Implementations§

Source§

impl AsRef<RiStr<IriSpec>> for UriString

Source§

fn as_ref(&self) -> &IriStr

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