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

Required Methods§

Implementations on Foreign Types§

Implementors§