Type Alias UriString

Source
pub type UriString = RiString<UriSpec>;
Available on crate feature alloc only.
Expand description

A type alias for RiString<UriSpec>.

Aliased Type§

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.