Trait staging_xcm_executor::traits::MatchesFungibles
source · pub trait MatchesFungibles<AssetId, Balance> {
// Required method
fn matches_fungibles(a: &Asset) -> Result<(AssetId, Balance), Error>;
}
Required Methods§
fn matches_fungibles(a: &Asset) -> Result<(AssetId, Balance), Error>
Object Safety§
This trait is not object safe.