Type Alias UriRelativeStr

Source
pub type UriRelativeStr = RiRelativeStr<UriSpec>;
Expand description

A type alias for RiRelativeStr<UriSpec>.

Aliased Type§

struct UriRelativeStr { /* private fields */ }

Trait Implementations§

Source§

impl AsRef<RiRelativeStr<IriSpec>> for UriRelativeStr

Source§

fn as_ref(&self) -> &IriRelativeStr

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