Type Definition iri_string::types::UriQueryStr
source · [−]pub type UriQueryStr = RiQueryStr<UriSpec>;Expand description
A type alias for RiQueryStr<UriSpec>.
Trait Implementations
sourceimpl AsRef<RiQueryStr<IriSpec>> for UriQueryStr
impl AsRef<RiQueryStr<IriSpec>> for UriQueryStr
sourcefn as_ref(&self) -> &IriQueryStr
fn as_ref(&self) -> &IriQueryStr
Converts this type into a shared reference of the (usually inferred) input type.