Type Alias Url

Source
pub type Url = String;
Expand description

Url is just a string that represents a URL. (currently)

Aliased Typeยง

pub struct Url { /* private fields */ }