pub type UrlRef = Box<dyn URL + Send + Sync>;
Common reference type for URL.
pub struct UrlRef(/* private fields */);