Crate fidl_fuchsia_component_resolution_common

Source

Structs§

Context
A component resolution context, used when resolving component URLs relative to another component. The context is stored in a byte array that persists a value used by the target Resolver to locate and resolve a component by relative path (for example, by a subpackage name).
ResolverResolveRequest
ResolverResolveWithContextRequest

Enums§

ResolverError
The possible error conditions returned by ComponentResolver.

Constants§

MAX_COMPONENT_URL_LENGTH
Max length of component URL.
MAX_RESOLUTION_CONTEXT_SIZE
The maximum number of bytes for a Context.