referrerpolicy=no-referrer-when-downgrade
xcm_emulator

Trait Bridge

Source
pub trait Bridge {
    type Source: TestExt;
    type Target: TestExt;
    type Handler: BridgeMessageHandler;

    // Required method
    fn init();
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Bridge for ()

Implementors§