Type Alias Url

pub type Url = String;
Expand description

A URL is used to reference a resource from a specified network location.

Aliased Typeยง

struct Url { /* private fields */ }