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.Component
table, 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.Package
table.
Enums§
- Component
Address - Indicates the kind of
ComponentAddress
, and holdsComponentAddress
properties 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-resolvableComponentAddress
s. - Resolver
Error - Errors produced by built-in
Resolver
s andresolving
APIs.