Crate inspect

source ·

Structs§

Enums§

  • An enum’s variants, variant fields, and other enum-level information.
  • Data stored within a Structable or an Enumerable.
  • A slice containing primitive values.
  • A struct’s name, fields, and other struct-level information.
  • The number of fields and other tuple-level information.
  • Any Rust value
  • An enum variant

Traits§

Functions§

  • Inspects a value by calling the relevant Visit methods with value’s data.