[][src]Trait monet::Operation

pub trait Operation {
    fn execute(self, rates: &Rates) -> Option<Money>;
}

A generic operation trait

Required methods

fn execute(self, rates: &Rates) -> Option<Money>

Execute this operation agains some defined rates.

Loading content...

Implementors

impl Operation for Money[src]

Loading content...