pub type ComponentUrl = ComponentUrl<Scheme, OptionHost, Option<Path>, Option<Hash>>;Expand description
A URL locating a Fuchsia component. Can be either absolute or relative.
See AbsoluteComponentUrl and RelativeComponentUrl for more details.
Aliased Typeยง
pub enum ComponentUrl {}