[roll] Roll fuchsia [net-types] Prefer Witness::get over into_addr

For `Witness<A>` types, when both `get` and `into_addr` are available
(which is the case when `A: Copy`), prefer `get`. Document this
preference in the docs for `Witness` and update call sites to respect
this preference.

Also remove "into" methods on other types where possible.

Original-Bug: 83331

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/573843
Original-Revision: 94a043cb48f34ddc0ec5d7beb8949ea3e4ea2b24
GitOrigin-RevId: b579dc1b3d3af118fad7f66f9d834711a7a4b00f
Change-Id: I789ef5d3f176e2e9dea32ac225af74739024b40e
1 file changed
tree: 73f53c6bcb8f06fcd2e017332e011b7da900773a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.