pub type ExecutorOf<T> = XcmExecutor<<T as Config>::XcmConfig>;
The XCM executor to use for doing stuff.
struct ExecutorOf<T> { /* private fields */ }