leo_test_framework::error

Function toml_to_string

Source
fn toml_to_string(x: &Value) -> String
Expand description

Make a user-readable string representing this Value.

TOML only supports tables as the top level type, so we handle arrays on our own.