Trait xcm_executor::traits::InvertLocation[][src]

pub trait InvertLocation {
    fn invert_location(l: &MultiLocation) -> Result<MultiLocation, ()>;
}
Expand description

Means of inverting a location: given a location which describes a target interpreted from the source, this will provide the corresponding location which describes the source.

Required methods

Implementors