[roll] Roll fuchsia [ffx][audio] Clean up imports

* Increase imports granularity (as rustfmt calls it), from one big
  use block to mostly one-use-per-crate. This makes reading future
  diffs easier as fewer lines are affected, with less line wrapping.

* Use FIDL types through crate aliases. This makes it easier to see
  whether the type comes from a FIDL library, and if so, which one.
  This makes it easier to disambiguate between similar types,
  especially with newtypes that wrap FIDL types, like `Format`.

* Use a few common types directly when they are unambiguous
  and make the code more concise, e.g. anyhow, fidl endpoints.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1021121
Original-Revision: 0afe8354a029e87a294e405d083a8bcf3bcc495d
GitOrigin-RevId: d9bef7653c941285c847cd5b42e690669af9dd68
Change-Id: I447723252989a42f34362dd9336afe7482d58544
1 file changed
tree: 54fdbaf1db5d95afd2be67d368b40bfe02d1cc33
  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 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.