pub type Url = String;
Url is just a string that represents a URL. (currently)
pub struct Url { /* private fields */ }