Skip to main content

AbsolutePackageUrl

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

Aliased Type§

pub struct AbsolutePackageUrl { /* private fields */ }