Module v2
Source - Display
- A collection of format strings that are evaluated to a string-to-string mapping.
- Extract
- A path into a Move value, to extract a sub-slice.
- Format
- A parsed format string.
- Interpreter
- The interpreter is responsible for evaluating expressions inside format strings into values.
- Limits
- Limits that the parser enforces while parsing potentially multiple Display formats.
- Name
- A literal value, representing a dynamic field name.
- OwnedSlice
- An owned version of
Slice.
- Error
- Errors related to the display format as a whole.
- FormatError
- Errors related to a single format string.
- Value
- Value representation used during evaluation by the Display v2 interpreter.
- Store
- Dynamically load objects by their ID, returning the object’s owned data.