Structs§
- Component
Resolution Context - Convenience wrapper type for the autogenerated FIDL
fuchsia.component.resolution.Context. - Resolved
Component - The response returned from a Resolver. This struct is derived from the FIDL
fuchsia.component.resolution.Componenttable, except that the opaque binary ComponentDecl has been deserialized and validated. - Resolved
Package - The response returned from a Resolver. This struct is derived from the FIDL
fuchsia.component.resolution.Packagetable.
Enums§
- Component
Address - Indicates the kind of
ComponentAddress, and holdsComponentAddressproperties specific to its kind. Note that there is no kind for a relative resource component URL (a URL that only contains a resource fragment, such as#meta/comp.cm) becauseComponentAddress::from_url()andComponentAddress::from_url_and_context()will translate a resource fragment component URL into one of the fully-resolvableComponentAddresss. - Resolver
Error - Errors produced by built-in
Resolvers andresolvingAPIs.