[roll] Roll fuchsia [inspect][rust] A few renames and doc fixes

Includes a few fixes I noticed while reviewing:

- Documentation of public type aliases
- Missing documentation of public trait functions
- Rename SnapshotSourceT to SnapshotSource. DRY, prefer avoiding adding
  `T` or `Type` to names that are types.
- Rename SnapshotSource to ReadSnapshotSource which clearly encodes
  the goal of the trait and the functions it requires types to
  implement.
- Remove the `to_backing_buffer` function and instead use the
  `TryFrom` (which auto-implements `TryInto`). This is the conventional
  way to implement conversion between types that might fail.

Tested: inspect-format-tests, fuchsia-inspect-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/715148
Original-Revision: dc9a785bbae0bcd18e5661650e50e3ab663bdb23
GitOrigin-RevId: 07d1d178503dc1949a8195270b9ac9d59b32d99a
Change-Id: Idf42ecbf1eb8ea48a169e45a7420999fec4bf23a
1 file changed
tree: 35cc60840b190c9d4b9891690787cd6afd69eb07
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.