iri_string::types

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.