Skip to main content

PackageUrl

Type Alias PackageUrl 

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

A package URL for the boot resolver. Either an AbsolutePackageUrl or a RelativePackageUrl.

Aliased Typeยง

pub enum PackageUrl {}