Type Alias UrlRef

Source
pub type UrlRef<T> = Ref<Url, T>;
Expand description

A strongly typed URL referencing a T.

Aliased Type§

struct UrlRef<T> {
    pub val: Url,
    /* private fields */
}

Fields§

§val: Url

The underlying storage or “raw” value.