[roll] Roll fuchsia [ffx][fho] move TryFromEnv to associated error types tree-wide

Evolve the centralized `fho` dependency injection traits (`TryFromEnv` and
`TryFromEnvWith`) to introduce associated `Error` parameters, eliminating
dynamic type erasure tree-wide.

- fho/src/try_from_env.rs: Parameterize traits and update all baseline
  container blocks (() and holders).
- fho/macro/src/structs.rs: Refactor the `#[derive(FfxTool)]` code generator
  to inject individual `.map_err(...)` wrappers around each field future,
  ensuring error homogeneity inside `try_join!` setups.
- Prune unused anyhow links from `ffx_writer/BUILD.gn`.
- Synchronize all manual implementations across the workspace (target holders,
  connectors, emulator, debug, log, and audio plugin bounds).

Test: fx test fho && fx build
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1602097
Original-Original-Revision: 63358d134d84dd662a2e51c1a212fe681b881dcb
GitOrigin-RevId: 568fbb8132327da8d5a4bf829e5fa03290885099
Change-Id: I26b799f7032a15cbc7ece8d67052aeba7d9fa6ec
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1616794
Cr-Commit-Position: refs/heads/main@{#192925}
1 file changed
tree: 1d9853e47a9bdf0b736d006c7d80cbccbcbfae07
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.