Skip to main content

ComponentUrl

Type Alias ComponentUrl 

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

A component URL for the boot resolver. Either an AbsoluteComponentUrl or a RelativeComponentUrl.

Aliased Typeยง

pub enum ComponentUrl {}