pub trait FixedConversionRateProvider {
    // Required method
    fn get_fee_per_second(location: &Location) -> Option<u128>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§