[roll] Roll fuchsia [fxfs] Improve BoxedLayerIterator

async_trait boxes the futures returned by async trait methods. Using
async_trait to implement Trait for Box<dyn Trait> when the methods all
forward to the boxed object results in the futures being double boxed.
By manually implementing the generated async_trait methods, the extra
layer of boxes can be avoided.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/943392
Original-Revision: de3f7a470fa9ac75a9ed8957d270707718b045e9
GitOrigin-RevId: 50d61d2f3b658a098a33bc2cdf709ff0f32c0cce
Change-Id: I71cbfff33c4094644f55a874f5c6c8e68d3d4f63
1 file changed
tree: 2e12b519a0c94663417732eb9ec86686415ee696
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.