[roll] Roll fuchsia [fidl][rust] Add is_closed() to ControlHandle

This CL adds is_closed() to ControlHandle, similar to the method on
Proxy types. This makes it possible to determine if a stream ended
because of PEER_CLOSED or because of a server-initiated shutdown.

This follows Ib83cf7c616cf7d106165c3b06d7bafd1b93a5a14 which added
on_closed() to ControlHandle. Now Proxy and ControlHandle both provide
this pair of methods.

Original-Bug: 101155
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/789171
Original-Revision: b8a351c2bc135dc352d8b8b22cdfbe0a95c5d6ba
GitOrigin-RevId: bcc21f67dbd04eabfe8af3de6bd7f089ed94d3be
Change-Id: Id6c991844083fe97f86f84fc8503c40764c6af90
1 file changed
tree: 0f2117387b8dee0c50e81fadff0931fb6edb4d86
  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.