Structs§
- Convenience wrapper type for the autogenerated FIDL
fuchsia.component.resolution.Context
. - 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. - The response returned from a Resolver. This struct is derived from the FIDL
fuchsia.component.resolution.Package
table.
Enums§
- 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. - Errors produced by built-in
Resolver
s andresolving
APIs.