pub type Location = MultiLocation;Expand description
Type alias for a better transition to V4.
Aliased Type§
struct Location {
pub parents: u8,
pub interior: Junctions,
}Fields§
§parents: u8The number of parent junctions at the beginning of this MultiLocation.
interior: JunctionsThe interior (i.e. non-parent) junctions that this MultiLocation contains.