pub fn parse_price(value: &str) -> Result<Price>
Parses a string into a Price.
Price
Returns an error if the string cannot be parsed into a floating point value.