iri_string::types

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.