Trait coins_rs::traits::ExchangeRate[][src]

pub trait ExchangeRate {
    fn exchange_rate(self, from: Currency, to: Currency) -> Result<f64, Error>;
}

Required methods

Loading content...

Implementors

Loading content...