referrerpolicy=no-referrer-when-downgrade
westend_runtime::xcm_config

Type Alias Aliasers

Source
pub type Aliasers = AliasChildLocation;
Expand description

We let locations alias into child locations of their own. This is a very simple aliasing rule, mimicking the behaviour of the DescendOrigin instruction.

Aliased Type§

struct Aliasers;

Trait Implementations

Source§

impl ContainsPair<Location, Location> for AliasChildLocation

Source§

fn contains(origin: &Location, target: &Location) -> bool

Return true if this “contains” the pair-value (a, b).