[][src]Macro rusty_money::money

macro_rules! money {
    ($x:expr, $y:expr) => { ... };
}

Create Money from an amount and an ISO currency code.

The amount can be provided as a string or an integer.