Trait xcm_executor::traits::MatchesFungibles[][src]

pub trait MatchesFungibles<AssetId, Balance> {
    fn matches_fungibles(a: &MultiAsset) -> Result<(AssetId, Balance), Error>;
}

Required methods

Implementations on Foreign Types

Implementors