Type Definition xcm::v2::InteriorMultiLocation

source ·
pub type InteriorMultiLocation = Junctions;
Expand description

A relative location which is constrained to be an interior location of the context.

See also MultiLocation.

Trait Implementations§

source§

impl TryFrom<VersionedInteriorMultiLocation> for InteriorMultiLocation

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(x: VersionedInteriorMultiLocation) -> Result<Self, ()>

Performs the conversion.