[roll] Roll fuchsia [zx][rs] AsHandleRef delegates to NullableHandle.

This allows some callers to avoid importing a trait to use
basic functionality.

Changes outside of //sdk/rust/zx and fuchsia-async are due
to the trait method no longer being preferred when an
identical concrete method exists. This leads to unused import
errors.

Original-Bug: 434762683
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1449291
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: cb42c5ffc5945b093b926a8525d6f251f0b180fa
GitOrigin-RevId: 3049da363b8dff136dae0f52787184e1ee051da7
Change-Id: I1e7c8c8a8beb81669957cff1e4ca6ebb0751306e
1 file changed
tree: 62db4f7f527d98ea936d6446f856d5cec26e5253
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.