pub trait RelativeLocations {
    fn sibling_parachain_general_key(
        para_id: u32,
        general_key: WeakBoundedVec<u8, ConstU32<32>>
    ) -> MultiLocation; }

Required Methods§

Implementations on Foreign Types§

Implementors§