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
- serialize_
value_ as_ json - Serializes given [DynSolValue] into a serde_json::Value.