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.