Expand description
A value paired with its origin. Lets downstream consumers decide whether to honor the value as author intent (explicit) or override it with an inferred default (auto-detected).
Generic over T so any wrapped value participates: in v4 used for
children_group and children_style on ParsedDocument; future
fields with the same shape (e.g. cascaded layout fields) can adopt
it.
Structs§
- Resolved
- A value plus the rule that produced it.
Enums§
- Resolved
Origin - Origin of a resolved value — used to gate whether a downstream override should fire (auto-detected values lose to inference; explicit author intent wins).