Type Alias AbsoluteComponentUrl
Source pub type AbsoluteComponentUrl = AbsoluteComponentUrl<Scheme, OptionHost, Option<Path>, Option<Hash>>;
Expand description
A URL locating a Fuchsia component.
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]
- “resource” is a
Resource
pub struct AbsoluteComponentUrl { }