Crate fidl_next_fuchsia_url

Source

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.

Constants§

MAX_URL_LENGTH
There is no maximum URL length defined by RFC 3986, but this length should be long enough to accommodate most non-data: URLs.

Type Aliases§

Url
A URL is used to reference a resource from a specified network location.
WireUrl
The wire type corresponding to Url.