pub fn parse_decimal(s: &str) -> Result<Decimal, Error>
Parses a string to Decimal, returning an error if parsing fails.
Decimal
Returns an error if the string cannot be parsed as a Decimal.