[roll] Roll fuchsia [fidl][rust] ServiceProxy connect_to and connect_channel_to methods

This CL changes ServiceProxy to provide connect_to_{member} and
connect_channel_to_{member} methods, mirroring the naming scheme in
src/lib/fuchsia-component/src/client.rs. Previously, ServiceProxy
only provided the first kind of method and named them {member}.

I used the new connect_channel_to_{member} method in shim.rs, which
xbhatnag@ had wanted to do in Ib335072e3195729eec27026f4f2b343e3bed0c37
and was the reason for filing fxbug.dev/94727.

Original-Fixed: 94727
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/787327
Original-Revision: 9d0bd08b64734a233fbc6a0e224bbfc41926292e
GitOrigin-RevId: 643e76aff31fd96f8678be741473e63a766193d1
Change-Id: I36afe06958d99dc6e7f65ef123bb3f0238d2e372
1 file changed
tree: 548e252e220afdf55178d25714236348735d6c4e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.