Trait staging_xcm_executor::traits::MatchesFungible
source · pub trait MatchesFungible<Balance> {
// Required method
fn matches_fungible(a: &Asset) -> Option<Balance>;
}
Required Methods§
fn matches_fungible(a: &Asset) -> Option<Balance>
Object Safety§
This trait is not object safe.