pub type Uri = String;
A unique resource identifier.
URIs should be sent as (UTF-8) strings. Local files should use the “file://” schema.
struct Uri { /* private fields */ }