pub type UrlRef<T> = Ref<Url, T>;
Expand description
A strongly typed URL referencing a T
.
Aliased Type§
#[repr(transparent)]pub struct UrlRef<T> {
pub val: Url,
/* private fields */
}
Fields§
§val: Url
The underlying storage or “raw” value.