Trait xcm_executor::traits::FilterAssetLocation[][src]

pub trait FilterAssetLocation {
    fn filter_asset_location(asset: &MultiAsset, origin: &MultiLocation) -> bool;
}
Expand description

Filters assets/location pairs.

Can be amalgamated into tuples. If any item returns true, it short-circuits, else false is returned.

Required methods

A filter to distinguish between asset/location pairs.

Implementations on Foreign Types

Implementors