Type Alias AbsoluteComponentUrl
Source pub type AbsoluteComponentUrl = AbsoluteComponentUrl<Scheme, NoneHost, Option<Path>, NoneHash>;
Expand description
An absolute component URL for the boot resolver, composed of:
- scheme == “fuchsia-boot”
- no host
- an optional
Path. Unpackaged bootfs components, of which there are few
remaining, do not have a Path.
- no hash
- a
Resource
pub struct AbsoluteComponentUrl { }