Structs§
- DynValue
Display 🔒 - Wrapper that implements
Display
for a [DynSolValue
]. - DynValue
Formatter 🔒 - [
DynSolValue
] formatter.
Functions§
- format_
token - Pretty-prints the given value into a string suitable for user output.
- format_
token_ raw - Pretty-prints the given value into a string suitable for re-parsing as values later.
- format_
tokens - Pretty-prints a slice of tokens using
format_token
. - format_
tokens_ raw - Pretty-prints a slice of tokens using
format_token_raw
. - parse_
tokens - Parses string input as Token against the expected ParamType