Expand description
Tracked model wrapper for Pydantic-compatible exclude_unset.
Rust structs do not retain “field was explicitly provided” metadata by default.
TrackedModel<T> stores a FieldsSet alongside T so dumps can implement
Pydantic’s exclude_unset semantics precisely.
Structs§
- Tracked
Model - A model instance with explicit “fields set” tracking.