[][src]Trait investments::currency::converter::CurrencyConverterBackend

pub trait CurrencyConverterBackend {
    pub fn convert(
        &self,
        from: &str,
        to: &str,
        date: Date,
        amount: Decimal
    ) -> GenericResult<Decimal>; }

Required methods

pub fn convert(
    &self,
    from: &str,
    to: &str,
    date: Date,
    amount: Decimal
) -> GenericResult<Decimal>
[src]

Loading content...

Implementors

Loading content...