[roll] Roll fuchsia [cm_rust] Remove CapabilityDeclCommon

If you are operating on a single capability type, you can access
the struct directly.

If you are operating on CapabilityDecl, you can use the methods
defined in `impl CapabilityDecl`.

It's possible to remove this common macro now that the routing
logic doesn't template on each capability type.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1012932
Original-Revision: 5708f547551b9785fa0af18667761d0a4f1c366f
GitOrigin-RevId: 6447f4f342a07ec2195c545ffc6db6c85222a4ea
Change-Id: I5431ec52a988b6c7b05d2942cdd077a55252da65
1 file changed
tree: 166f2c8e9c262869945cbc6d314653bfb1a5b6d4
  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.