Crate routing

Source

Re-exports§

Modules§

Structs§

  • The accumulated state of routing a Directory capability.
  • The data returned after successfully routing a capability to its source.
  • Intermediate type to masquerade as Registration-style routing start point for the storage backing directory capability.

Enums§

  • An umbrella type for registration decls, making it more convenient to record route maps for debug use.
  • A request to route a capability, together with the data needed to do so.

Functions§

  • Performs a debug route from the target for the capability defined in request. The source of the route is returned if the route is valid, otherwise a routing error is returned.
  • Routes an EventStream capability from target to its source, starting from use_decl.
  • Routes a Storage capability from target to its source, starting from use_decl. Returns the StorageDecl and the storage component’s instance.
  • Verifies that the given component is in the index if its storage_id is StaticInstanceId.