Skip to main content

ExchangeRateAPI

Trait ExchangeRateAPI 

Source
pub trait ExchangeRateAPI {
    // Required method
    fn get_exchange_rates(&self) -> GetExchangeRatesBuilder<'_>;
}

Required Methods§

Source

fn get_exchange_rates(&self) -> GetExchangeRatesBuilder<'_>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§