Function parse_money

Source
pub fn parse_money(money_string: &String) -> Option<Amount>
Expand description

| Parse an amount denoted in full coins. | E.g. “0.0034” supplied on the command | line. * |