iri_string::types

Type Alias UriRelativeString

source
pub type UriRelativeString = RiRelativeString<UriSpec>;
Available on crate feature alloc only.
Expand description

A type alias for RiRelativeString<UriSpec>.

Aliased Type§

struct UriRelativeString { /* private fields */ }

Trait Implementations§

source§

impl AsRef<RiRelativeStr<IriSpec>> for UriRelativeString

source§

fn as_ref(&self) -> &IriRelativeStr

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