Trait staging_xcm_builder::CreateMatcher
source · pub trait CreateMatcher {
type Matcher;
// Required method
fn matcher(self) -> Self::Matcher;
}
Expand description
Creates an instruction matcher from an XCM. Since XCM versions differ, we need to make a trait here to unify the interfaces among them.