[roll] Roll fuchsia [drivers][rust] Improve incoming ergonomics

Implements library support for connecting to protocols and services in
the driver's incoming namespace more easily.

In the process, this adds some new functionality to `fuchsia-component`
libraries to connect to a service at an arbitrary root directory.

It also changes the `IterablePath` trait to use an impl return trait
instead of a boxed dyn in `cm_types` since that's possible now and
wasn't when it was originally written.

Original-Fixed: 373918951
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1136552
Original-Revision: 05ecaa3913e34904e23717605390af7d21f2e3c0
GitOrigin-RevId: 863c3b0b6060ff7920f22595313c9539f51696b4
Change-Id: Idd2d173d2cead771c47af637aa8ca5ab69dcccb0
1 file changed
tree: 49379c9a0bbc0473a717c99db22c8de402a68c40
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.