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 {}pub type PackageUrl = PackageUrl<Scheme, NoneHost, Option<Path>, NoneHash>;A package URL for the boot resolver. Either an AbsolutePackageUrl or a
RelativePackageUrl.
pub enum PackageUrl {}