[roll] Roll fuchsia [wlan-fidl-ext] Use anyhow::Error in NamedField try_unpack impls

The associated `Error` type for tuples of `NamedField` types is now an
`anyhow::Error` instead of an iterator. Using an `anyhow::Error`
allows `try_unpack` to return a meaningful error message so that uses
that don't involve a `ResponderExt` don't have to produce the error
message themselves.

Test: wlan-fidl-ext-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004881
Original-Revision: f0326dbba2c8607c6c2969352dbf79a0994e24c0
GitOrigin-RevId: ce4710b924b5c05e7d2b19858d260be80ef12d09
Change-Id: I5896630c9d56ec1d6d65b5b6aa7daef672d01119
1 file changed
tree: 603521fad4fbd1e8576a7fd0c16c590845aaec95
  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.