Expand description
ABI-stable component data storage.
This module provides the core types for storing component values in an ABI-stable way.
Vanilla components get dedicated enum variants for zero-cost access, while plugin
components use the Other variant with opaque bytes.
Enums§
- Component
Data - ABI-stable component value storage.
- Component
Data Discriminant - Discriminant for
ComponentDatavariants.
Traits§
- Component
- Trait for types that can be converted to/from
ComponentData.