Type Alias Uri

Source
pub type Uri = String;
Expand description

A unique resource identifier.

URIs should be sent as (UTF-8) strings. Local files should use the “file://” schema.

Aliased Type§

struct Uri { /* private fields */ }