referrerpolicy=no-referrer-when-downgrade

Trait staging_xcm::GetVersion

source ·
pub trait GetVersion {
    // Required method
    fn get_version_for(dest: &Location) -> Option<Version>;
}
Expand description

Check and return the Version that should be used for the Xcm datum for the destination Location, which will interpret it.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§