Function scale_value::stringify::from_str
source · Expand description
Attempt to parse a string into a [crate::Value<()>
], returning a tuple
consisting of a result (either the value or a ParseError
containing
location and error information) and the remainder of the string that wasn’t
parsed.