Module sval::tags

source ·
Expand description

Built-in tags for fundamental types.

Constants§

  • A tag for values that have a constant size.
  • A tag for arbitrary-precision decimal numbers.
  • A tag for a value that represents the None variant of a Rust Option.
  • A tag for a value that represents the Some variant of a Rust Option.
  • A tag for Rust’s () type.
  • A tag for labels that are valid Rust identifiers.
  • A tag for indexes that are zero-based non-negative offsets into a larger structure.