Function scale_value::stringify::to_string
source · pub fn to_string<T>(value: &Value<T>) -> StringExpand description
Identical to calling to_string() on the crate::Value, but here just
to make it a little more obvious that this is the inverse of from_str.
§Panics
Panics if a Primitive::U256/Primitive::I256 are a part of the value,
since we cannot properly format and parse those at the moment.