pub type Url = String;
A URL is used to reference a resource from a specified network location.
struct Url { /* private fields */ }