Type Alias iri_string::types::UriString

source ·
pub type UriString = RiString<UriSpec>;
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.