Expand description
The pattern
element.
Structs
- Common 🔒
- State used during the pattern resolution process
- Main structure used during pattern resolution. For unresolved patterns, we store all fields as
Option<T>
- ifNone
, it means that the field is not specified; ifSome(T)
, it means that the field was specified. - Pattern normalized to user-space units.
Enums
- Children 🔒Keeps track of which Pattern provided a non-empty set of children during pattern resolution
- Keeps track of which Pattern provided a non-empty set of children during pattern resolution