Trait xcm_executor::traits::MatchesFungible[][src]

pub trait MatchesFungible<Balance> {
    fn matches_fungible(a: &MultiAsset) -> Option<Balance>;
}

Required methods

Implementations on Foreign Types

Implementors