pub type UrlRef<T> = Ref<Url, T>;
A strongly typed URL referencing a T.
T
struct UrlRef<T> { pub val: Url, /* private fields */ }
val: Url
The underlying storage or “raw” value.