Skip to main content

AbsolutePackageUrl

Type Alias AbsolutePackageUrl 

Source
pub type AbsolutePackageUrl = AbsolutePackageUrl<Scheme, NoneHost, Option<Path>, NoneHash>;
Expand description

An absolute package 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 (since they don’t have a package), and so their package URL is the degenerate pathless URL.
  • no hash

Aliased Type§

pub struct AbsolutePackageUrl { /* private fields */ }