Type Alias AbsolutePackageUrl
Source pub type AbsolutePackageUrl = AbsolutePackageUrl<Scheme, OptionHost, Option<Path>, Option<Hash>>;
Expand description
A URL locating a Fuchsia package.
Has the form “://[host][/][?hash=]” where:
- “scheme” is a
Scheme
- “host” is an optional
Host
- “path” is an optional
Path
- “hash” is an optional package
Hash
pub struct AbsolutePackageUrl { }