Expand description
Module: value
Responsibility: module-local ownership and contracts for value. Does not own: cross-module orchestration outside this module. Boundary: exposes this module API while keeping implementation details internal.
Structs§
- Value
Enum - ValueEnum
handles the Enum case;
pathis optional to allow strict (typed) or loose matching.
Enums§
- Coercion
Family - CoercionFamily
- MapValue
Error - MapValueError
- Schema
Invariant Error - SchemaInvariantError
- Storage
Key - StorageKey
- Storage
KeyDecode Error - StorageKeyDecodeError Errors returned when decoding a persisted storage key payload.
- Storage
KeyEncode Error - StorageKeyEncodeError Errors returned when encoding a storage key for persistence.
- Text
Mode - TextMode
- Value
- Value can be used in WHERE statements
- Value
Tag - ValueTag
Traits§
- Coercion
Family Ext - CoercionFamilyExt